package ocaml-base-compiler

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

Extensions to the Option module

type 'a t = 'a option
val print : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit