Frama-C API - Computation
The monad used to encode context dependent computations.
type context = Context.tinclude Frama_c_kernel.Monad.S_with_product with type 'a t = 'a Model.Computation.t
type 'a t = 'a Model.Computation.tval return : 'a -> 'a tmodule Bool : sig ... endmodule Option : sig ... endmodule List : sig ... endmodule Operators : sig ... end