Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
exception SyntaxError of Lexing.position * Lexing.position * string
type sexp = (Lexing.position * Lexing.position) * rawsexp
val read_next_sexp : Lexing.lexbuf -> sexp
val read_only_sexp : Lexing.lexbuf -> sexp
val print : Format.formatter -> sexp -> unit