package bio_io

  1. Overview
  2. Docs

Mishmosh of internal helper functions

val try0 : (unit -> 'a) -> 'a Base.Or_error.t
val try1 : ('a -> 'b) -> 'a -> 'b Base.Or_error.t
val try1' : msg:string -> ('a -> 'b) -> 'a -> 'b Base.Or_error.t
val try_fold : ('a -> init:'b -> f:'c -> 'd) -> 'a -> init:'b -> f:'c -> 'd Base.Or_error.t
val try_map : ('a -> f:'b -> 'c) -> 'a -> f:'b -> 'c Base.Or_error.t
OCaml

Innovation. Community. Security.