package malfunction

  1. Overview
  2. Docs
exception SyntaxError of Lexing.position * Lexing.position * string
and rawsexp =
  1. | Atom of string
  2. | Var of string
  3. | String of string
  4. | List of sexp list
val read_next_sexp : Lexing.lexbuf -> sexp
val read_only_sexp : Lexing.lexbuf -> sexp
val print : Format.formatter -> sexp -> unit