package oasis

  1. Overview
  2. Docs
type elt =
  1. | Para of string
  2. | Verbatim of string
  3. | BlankLine
val odn_of_elt : elt -> ODN.t
type t = elt list
val odn_of_t : elt list -> ODN.t
val of_string : string -> elt list
val pp_print_verbatim : Format.formatter -> string -> unit
val pp_print : Format.formatter -> elt list -> unit
val to_string : elt list -> string
val value : elt list OASISValues.t