Module AXOLang


module AXOLang: sig .. end
These are miscellianous functions to factor code. There is nothing specific to obrwoser nor AXO in this module only simple/basic functions that could be included in a course or an extensive base library (such as Batteries).

As the modules only agregates classic examples/exercises in ocaml there's not much of a documentation here.


val (>>>) : 'a -> ('a -> 'b) -> 'b
val string_of_char : char -> string
module LOption: sig .. end
module LList: sig .. end
module LTree: sig .. end