OCaml4Me TODO Make this README something related to the README in my FSharp4Me repo. Test the OCaml package on Nix --> here Useful OCaml and NeoVim How to scripting with OCaml utop tips To open a fucking module(sig and struct) (* load the file *) #use "FileName.ml";; (* open the module *) open ModuleName;;