Frama-C:
Plug-ins:
Libraries:

Frama-C API - Based_on_bind_with_product

Minimal signature based on bind with product

This signature simply extends the previous one with a product operator.

  • since 31.0-Gallium
type 'a t
val return : 'a -> 'a t
val bind : ('a -> 'b t) -> 'a t -> 'b t
val product : 'a t -> 'b t -> ('a * 'b) t