Fmlib.Commonmodule Void : sig ... endModule to represent types which cannot be inhabited.
module Unit : sig ... endModule to represent the unit type.
module Int : sig ... endModule to represent the int type.
module Float : sig ... endModule to represent the float type.
module Either : sig ... endmodule Char : sig ... endmodule String : sig ... endmodule String_set : Set.S with type elt = String.tmodule String_map : Finite_map.S with type key = String.tmodule Interval : sig ... endmodule String_reader : sig ... endmodule Fill_reader : sig ... endmodule Char_reader : sig ... end