package batteries

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

Module BatSeq.ExceptionlessSource

Sourceval hd : 'a t -> 'a option
Sourceval tl : 'a t -> 'a t option
Sourceval first : 'a t -> 'a option
Sourceval last : 'a t -> 'a option
Sourceval at : 'a t -> int -> 'a option
Sourceval reduce : ('a -> 'a -> 'a) -> 'a t -> 'a option
Sourceval max : 'a t -> 'a option
Sourceval min : 'a t -> 'a option
Sourceval combine : 'a t -> 'b t -> ('a * 'b) t
OCaml

Innovation. Community. Security.