package dose3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dose_common.Format822Source

include sig ... end
Sourceval it : Dose_common__Util.Info.t
Sourceval info : ('a, unit, string, unit) format4 -> 'a
Sourceval nt : Dose_common__Util.Notice.t
Sourceval notice : ('a, unit, string, unit) format4 -> 'a
Sourceval wt : Dose_common__Util.Warning.t
Sourceval warning : ('a, unit, string, unit) format4 -> 'a
Sourceval dt : Dose_common__Util.Debug.t
Sourceval debug : ('a, unit, string, unit) format4 -> 'a
Sourceval fatal : ('a, unit, string, 'b) format4 -> 'a
Sourcetype value = loc * string
Sourcetype field = string * value
Sourcetype stanza = field list
Sourcetype doc = stanza list
Sourceval dummy_loc : loc
Sourceexception Parse_error_822 of string
Sourceexception Syntax_error of string
Sourceexception Type_error of string
Sourceexception ParseError of string list * string * string

ParseError context list, field name * error

Sourceval error : Lexing.lexbuf -> string -> string
Sourceval raise_error : Lexing.lexbuf -> char -> 'a
Sourceval error_wrapper : string -> ('a -> Lexing.lexbuf -> 'b) -> 'a -> Lexing.lexbuf -> 'b
Sourceval lexbuf_wrapper : ('a -> Lexing.lexbuf -> 'b) -> 'a -> (string * ('c * string)) -> 'b
Sourceval string_of_loc : (Lexing.position * Lexing.position) -> string
Sourcetype f822_parser = {
  1. lexbuf : Lexing.lexbuf;
  2. fname : string;
}
Sourceval from_channel : IO.input -> f822_parser
Sourceval parser_wrapper_ch : IO.input -> (f822_parser -> 'a) -> 'a
Sourceval parse_from_ch : (f822_parser -> 'a) -> IO.input -> 'a
Sourceval timer : Util.Timer.t
Sourcemodule RawInput (Set : Set.S) : sig ... end
OCaml

Innovation. Community. Security.