Module environment

Source
Expand description

This module defines a programming environment within Monkey.

Structs§

Environment
A wrapper around the stored values obtained during evaluation.

Type Aliases§

Env
Type alias for shared, interior-mutable environment.