Frama-C API - Result
include Frama_c_kernel.Monad.S
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
val warning : 'a -> ('r, Stdlib.Format.formatter, unit, 'a t) Stdlib.format4 -> 'rval error : ('r, Stdlib.Format.formatter, unit, 'a t) Stdlib.format4 -> 'rval log : error:'a -> 'a t -> 'a