Frama-C API - Based_on_map_with_product
Minimal signature based on map with product
This signature simply extends the previous one with a product operator.
val map : ('a -> 'b) -> 'a t -> 'b tval flatten : 'a t t -> 'a tval product : 'a t -> 'b t -> ('a * 'b) t