package merlin-lib

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

Module Stdlib.OptionSource

Extensions to the Option module

Sourcetype 'a t = 'a option
Sourceval print : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit