package dolmen_type

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

Option helpers

val map : ('a -> 'b) -> 'a option -> 'b option

Map over options.