jon.recoil.org

Module Slambda

include module type of struct include Slambda0 end
type 'lam t0 = 'lam Slambda0.t0 =
  1. | Quote of 'lam
type program = {
  1. compilation_unit : Compilation_unit.t;
  2. main_module_block_format : Lambda.main_module_block_format;
  3. arg_block_idx : int option;
  4. code : Slambda.t;
}