package ocaml-basics

  1. Overview
  2. Docs

Module type OBTraversable.S2Source

Sourcetype ('a, 'b) t
Sourceval traverse : ('a -> ('b, 'c) t) -> 'a list -> ('b list, 'c) t
Sourceval sequence : ('a, 'b) t list -> ('a list, 'b) t
OCaml

Innovation. Community. Security.