package batteries

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

Module BatOption.LabelsSource

Operations on options, with labels.

Sourceval may : f:('a -> unit) -> 'a option -> unit
Sourceval map : f:('a -> 'b) -> 'a option -> 'b option
Sourceval map_default : f:('a -> 'b) -> 'b -> 'a option -> 'b
OCaml

Innovation. Community. Security.