module AXOLang: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).sig..end
As the modules only agregates classic examples/exercises in ocaml there's
not much of a documentation here.
val (>>>) : 'a -> ('a -> 'b) -> 'bval string_of_char : char -> stringmodule LOption:sig..end
module LList:sig..end
module LTree:sig..end