Up

Module Positional

Signature

type header = (string * int * int) list
val create_reader : (header, ?strict:bool -> string -> Row.t Async.Std.Pipe.Reader.t Async.Std.Deferred.Or_error.t) reader
val of_writer : Async.Std.Writer.t -> ?strict:bool -> header -> string list Async.Std.Pipe.Writer.t Core.Std.Or_error.t
val create_writer : string -> ?strict:bool -> header -> string list Async.Std.Pipe.Writer.t Async.Std.Deferred.Or_error.t