package biocaml

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

Module Deferred.ListSource

Sourceval fold : 'a list -> init:'b -> f:('b -> 'a -> 'b t) -> 'b t
Sourceval iter : ?how:how -> 'a list -> f:('a -> unit t) -> unit t
Sourceval map : ?how:how -> 'a list -> f:('a -> 'b t) -> 'b list t
Sourceval filter : ?how:how -> 'a list -> f:('a -> bool t) -> 'a list t
OCaml

Innovation. Community. Security.