where is the source code for the standard library in ocaml? -


Looking at the Okmol's standard library, I want to see the source code for the tasks described, where can I find the code for?

This link shows the standard library for the list, where can I find the code used for each of these?

Just type in your shell like this:

  $ cd `Ocamlc-where`   

and you can see * .mli files, which have the documentation.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -