package minicaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val 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

val 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

OCaml

Innovation. Community. Security.