Maps in OCaml
Maps are a built-in associative data type (sometimes called hashes or dicts in other languages).
To run the program, put the code in maps.ml
and use the OCaml compiler.
Now that we can run and build basic OCaml programs, let’s learn more about the language.