package ostap

  1. Overview
  2. Docs
type ('a, 'stream, 'b, 'c) t = 'a -> 'stream -> ('stream, 'b, 'c) result
type ks
val singleton : ('a, 'stream, 'b, 'c) t -> ks
val add : ('a, 'stream, 'b, 'c) t -> ks -> ks
val fold : (('a, 'stream, 'b, 'c) t -> ('stream, 'b, 'c) result -> ('stream, 'b, 'c) result) -> ks -> ('stream, 'b, 'c) result -> ('stream, 'b, 'c) result
val empty : ks
val length : ks -> int
OCaml

Innovation. Community. Security.