Frama-C API - Make_based_on_bind
Extend a minimal monad based on bind.
Parameters
module M : Based_on_bindSignature
type 'a t = 'a M.tval return : 'a -> 'a tmodule Bool : sig ... endmonadic convenience functions around booleans
module Option : sig ... endapplying monadic functions to the option type
module List : sig ... endapplying monadic functions to lists
module Operators : sig ... end