|
InutitionTC
0.30
|
Operations on the data structure that represents environments. More...
Go to the source code of this file.
Data Structures | |
| struct | envmap |
| The representation of the dictionary to hold values wrapped in Any structure and available under string keys. More... | |
Functions | |
| envmap | envmap_new () |
| void | envmap_free (envmap n) |
| envmap * | envmap_insert (envmap *n, Name elem, Any val) |
| Any * | envmap_lookup (const envmap n, const Name elem) |
| envmap * | envmap_copy (const envmap in) |
Operations on the data structure that represents environments.
1.8.10