stedolan / malfunction

Malfunctional Programming
Other
336 stars 19 forks source link

Fatal error: exception Failure("global not found: Pervasives.(+.)") #6

Closed olleharstedt closed 8 years ago

olleharstedt commented 8 years ago

Error message I get in my fork. OK, so I fail to add the floating point primitives in the right environment. Any tips for debugging? I'd like to dump Env.t, but can't find a way how.

olleharstedt commented 8 years ago

Hm, same problem with

global not found: Pervasives.(+.)
olleharstedt commented 8 years ago

Where in the code do you build up the env? Is module Z injected manually?

olleharstedt commented 8 years ago

Changed nopervasives to false, problem remains.

olleharstedt commented 8 years ago

Solved by using Paddfloat instead.