package batteries

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

Exceptionless versions of functions

val find : 'a -> ('a, 'b) t -> 'b option
val choose : ('a, 'b) t -> ('a * 'b) option
val any : ('a, 'b) t -> ('a * 'b) option