Ocsigen_lib_baseThis module just contains only extensions of the standard library and very basic Ocsigen values and exceptions. Cf. Ocsigen_lib for functionality which depends on specific external libraries.
module Tuple3 : sig ... endval to_poly : 'a -> polyval from_poly : poly -> 'amodule Option : sig ... endModule Option to compute type 'a option
module List : sig ... endImprovement of module List
module Clist : sig ... endCircular lists
module Int : sig ... endmodule String_base : sig ... endImprovement of module String
module Url_base : sig ... endmodule Printexc : sig ... end