package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val map : ?how:how -> 'a list -> f:('a -> 'b Core.Or_error.t t) -> 'b list Core.Or_error.t t
val iter : ?how:how -> 'a list -> f:('a -> unit Core.Or_error.t t) -> unit Core.Or_error.t t