Ocaml: Use a real map type
authorChouser <chouser@n01se.net>
Mon, 26 Jan 2015 04:30:37 +0000 (23:30 -0500)
committerChouser <chouser@n01se.net>
Fri, 30 Jan 2015 17:54:42 +0000 (12:54 -0500)
commita878f3bb778513c0cc8bbeb1a8ff61664e43de29
tree9024de3b223d78abef619c4ee36316c24f4bee19
parentb7ffcab96166f15d6203551ffbc487da5076f92e
Ocaml: Use a real map type

T.Map is now a real OCaml binary-tree map, and supports arbitrary mal value
types for both keys and values.  Metadata support is provided in the data
objects, but not yet in the printer, reader, or core library.
ocaml/core.ml
ocaml/env.ml
ocaml/printer.ml
ocaml/reader.ml
ocaml/step2_eval.ml
ocaml/step3_env.ml
ocaml/step4_if_fn_do.ml
ocaml/types.ml