Quick start
Simply run ocaml
and load the library:
> ocaml ... # #use "down.top";; Down loaded. Type Down.help () for more info. # List.con^t List.cons : 'a -> 'a list -> 'a list List.concat : 'a list list -> 'a list # List.con
You can add this #use
invocation to your ~/.ocamlinit
file.
For ocamlnat
you will likely have to invoke it with -noinit
and you must #use "down.nattop"
.
More in the manual.
API
Package info
authors |
|
changes-files | |
depends | |
homepage | |
issues | |
license |
|
license-files | |
maintainers |
|
online-doc | |
readme-files | |
repo |
|
tags | |
version |
|