package codex

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

Module Extstdlib.OptionSource

Sourceval the : 'a option -> 'a
Sourceval map : ('a -> 'b) -> 'a option -> 'b option