Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val tok_arg : (Lexing.lexbuf -> 'a) -> Lexing.lexbuf -> 'a
val with_space :
(Lexing.lexbuf -> unit) ->
(Lexing.lexbuf -> 'a) ->
Lexing.lexbuf ->
'a
val space : Lexing.lexbuf -> unit
val __ocaml_lex_space_rec : Lexing.lexbuf -> int -> unit
val id : Lexing.lexbuf -> string
val __ocaml_lex_id_rec : Lexing.lexbuf -> int -> string
val ident : Lexing.lexbuf -> string
val __ocaml_lex_ident_rec : Lexing.lexbuf -> int -> string
val comment : string list -> Lexing.lexbuf -> string
val __ocaml_lex_comment_rec : string list -> Lexing.lexbuf -> int -> string
val mustache : Lexing.lexbuf -> Mustache_parser.token
val __ocaml_lex_mustache_rec : Lexing.lexbuf -> int -> Mustache_parser.token
val handle_standalone :
(Lexing.lexbuf -> Mustache_parser.token) ->
Lexing.lexbuf ->
unit ->
Mustache_parser.token * Lexing.position * Lexing.position