Frama-C API - Make_monadic_iterators
Make iterators to handle options of monadic elements and monadic options.
Parameters
Signature
val fold : ('a -> 'b -> 'a M.t) -> 'a -> 'b option -> 'a M.tval map : ('a -> 'b M.t) -> 'a option -> 'b option M.tval iter : ('a -> unit M.t) -> 'a option -> unit M.t