package unstrctrd

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

Parameters

module Buffer : BUFFER
module Monad : MONAD with type buffer = Buffer.t

Signature

val make : unit -> Stdlib.Lexing.lexbuf
val unstructured : [ `FWS of string | `OBS_UTEXT of int * int * string | `VCHAR of string | `WSP of string ] as 'a list -> Stdlib.Lexing.lexbuf -> 'a list Monad.t