Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOREL-27] Create objects for built-in structures
List
and String
…
…, and allow `structure.name` references Previously we had values structure_name, for example `List_hd` and `List_tl`; these are now replaced with a value for each structure. For example value `List` has fields `hd`, `tl`. Similarly `String`, `Sys`, `Relational`.
- Loading branch information