package functoria

  1. Overview
  2. Docs
val iter : f:('a -> unit t) -> 'a list -> unit t
val map : f:('a -> 'b t) -> 'a list -> 'b list t