OnofreTZK / OCaml4Me

OCaml Studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCaml4Me

TODO

  • Make this README something related to the README in my FSharp4Me repo.
  • Test the OCaml package on Nix --> here

Useful

  1. OCaml and NeoVim
  2. How to scripting with OCaml

utop tips

  1. To open a fucking module(sig and struct)
(* load the file *)
#use "FileName.ml";;

(* open the module *)
open ModuleName;;

About

OCaml Studies


Languages

Language:OCaml 100.0%