package coq

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

Module Option.SmartSource

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

Smart.map f x does the same as map f x except that it tries to share some memory.

OCaml

Innovation. Community. Security.