Frama-C API - Exterior
val flatten : 'a t t -> 'a tval map : ('a -> 'b) -> 'a t -> 'b tval bind : ('a -> 'b t) -> 'a t -> 'b tmodule Bool : sig ... endmonadic convenience functions around booleans
applying monadic functions to the option type
module List : sig ... endapplying monadic functions to lists