package minicaml

  1. Overview
  2. Docs
val empty_env : unit -> Types.env_type

Generate an empty environment

Bind a value (evaluated or not, see lazyness) to an identifier, returning a new environment

val bindlist : Types.env_type -> Types.ide list -> Types.type_wrapper list -> Types.env_type

Bind a list of identifiers to a list of values, returning a new environment