Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type !'a formatter = Format.formatter -> 'a -> unit
val get : ('a, 'b) Hashtbl.t -> 'a -> 'b option
module type QUEUE = sig ... end
type int_set = IntSet.t
type !'a hval = 'a Hashcons.hash_consed
type 'a hset = 'a Hset.t
module Set : sig ... end
type 'a set = 'a Set.t
type (!'v, !'k) gstring = ('k * bool) list * ('v, 'k) gstring_
module Span : sig ... end
type ('v, 's) span = ('v, 's) Span.t
val next_line : Lexing.lexbuf -> unit
val unexpected_char : Lexing.lexbuf -> 'a
val parse :
?msg:string ->
('a -> Lexing.lexbuf -> 'b) ->
'a ->
Lexing.lexbuf ->
'b