Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type r = Omd_representation.t
and p = Omd_representation.tok list
and l = Omd_representation.tok list
and main_loop = r -> p -> l -> Omd_representation.t
val default_parse :
?extensions:Omd_representation.extensions ->
?default_lang:string ->
l ->
Omd_representation.t
module type Env = sig ... end
module Default_env (Unit : sig ... end) : Env