package configuration

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type pos = Lexing.position
type excerpt
val startpos : excerpt -> pos
val endpos : excerpt -> pos
val text : excerpt -> string
type error =
  1. | Illegal_character
  2. | Illegal_escape_sequence
  3. | Unterminated_string
  4. | Expecting_binding
  5. | Expecting_value
  6. | Expecting_path_elt
  7. | Expecting_path_sep_or_term
val error_to_string : error -> string
module type Definition = sig ... end
module type S = sig ... end
module Make (D : Definition) : sig ... end