package links

  1. Overview
  2. Docs
module String : sig ... end
module Option : sig ... end
module Format : sig ... end
module List : sig ... end
module Seq : sig ... end

This is the lazy evaluated sequence module for OCaml 4.06 compatability. The signatures and comments are based on the standard OCaml library.

module Set : sig ... end
module Result : sig ... end
module O : sig ... end
val fst : ('a * 'b) -> 'a
val snd : ('a * 'b) -> 'b
OCaml

Innovation. Community. Security.