package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Option/Make_monadic_iterators/index.html

Module Option.Make_monadic_iterators

Make iterators to handle options of monadic elements and monadic options.

  • since 33.0-Arsenic

Parameters

module M : Monad.S

Signature

val fold : ('a -> 'b -> 'a M.t) -> 'a -> 'b option -> 'a M.t
val map : ('a -> 'b M.t) -> 'a option -> 'b option M.t
val iter : ('a -> unit M.t) -> 'a option -> unit M.t