package oasis

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt =
  1. | Para of string
  2. | Verbatim of string
  3. | BlankLine
type t = elt list
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
OCaml

Innovation. Community. Security.