Frama-C API - Identity
The identity monad, i.e a monad that encodes no effect.
include Monad.S_with_product with type 'a t = 'a
val flatten : 'a t t -> 'a tval map : ('a -> 'b) -> 'a t -> 'b tval bind : ('a -> 'b t) -> 'a t -> 'b tval product : 'a t -> 'b t -> ('a * 'b) tmodule Bool : sig ... endmodule List : sig ... end