package minicaml

  1. Overview
  2. Docs

Module Minicaml.EnvSource

Sourceval empty_env : unit -> Types.env_type

Function to generate an empty environment

Search for a key in an environment (a (string, value) pair)

Bind a value to an identifier, returning an environment

Sourceval bindlist : Types.env_type -> Types.ide list -> Types.evt list -> Types.env_type

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