package minicaml

  1. Overview
  2. Docs

Module Minicaml.EnvSource

Sourceval 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

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