Skip to content
Yotam Barnoy edited this page Apr 22, 2015 · 4 revisions

The Env module contains a global environment used by the compiler.

Members

  • value_declarations: a table mapping name(string) and Location.t to a unit function, which is called whenever the value is used.
  • type_declarations
  • used_constructors: a table mapping name, Location.t, string to constructor_usage -> unit function.
Clone this wiki locally