package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Monad/Make_based_on_bind/Option/index.html

Module Make_based_on_bind.Option

applying monadic functions to the option type

val iter : ('a -> unit t) -> 'a option -> unit t
val map : ('a -> 'b t) -> 'a option -> 'b option t
OCaml

Innovation. Community. Security.