module Entry:sig..end
type 'a t
val mk : gram -> string -> 'a tval of_parser : gram ->
string -> (token_stream -> 'a) -> 'a tval setup_parser : 'a t -> (token_stream -> 'a) -> unitval name : 'a t -> stringval print : Format.formatter -> 'a t -> unitval dump : Format.formatter -> 'a t -> unitval obj : 'a t -> internal_entryval clear : 'a t -> unit