Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type Token = sig ... end
module type Pos = sig ... end
module type Combinators = sig ... end
module StringPos : Pos with type t = string_pos with type pos0_arg = unit
module type CharCombinators = sig ... end
module MakeChar
(Pos : Pos) :
CharCombinators with type pos = Pos.t with type pos0_arg = Pos.pos0_arg
module StringCombinators : sig ... end
module FileCombinators : sig ... end