when looking at the standard library of OCaml I want to see the source code for the functions described, where can i find the code for these functions?
http://caml.inria.fr/pub/docs/manual-ocaml/libref/List.html this link shows the standard library for list, where can I find the code used for each of these?
just type as follows in your shell:
$ cd `ocamlc -where`
And you can see *.mli files, which has documentations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With