- Make this
README
something related to theREADME
in myFSharp4Me
repo. - Test the OCaml package on Nix --> here
- To open a fucking module(sig and struct)
(* load the file *)
#use "FileName.ml";;
(* open the module *)
open ModuleName;;
README
something related to the README
in my FSharp4Me
repo.(* load the file *)
#use "FileName.ml";;
(* open the module *)
open ModuleName;;