Module CamlinternalMenhirLib.ErrorReports

type 'a buffer
val wrap : (Stdlib.Lexing.lexbuf -> 'token) -> (Stdlib.Lexing.position * Stdlib.Lexing.position) buffer * (Stdlib.Lexing.lexbuf -> 'token)
val show : ('a -> string) -> 'a buffer -> string
val last : 'a buffer -> 'a