Module Logic_interp


module Logic_interp: sig .. end
returns a copy of the spec in which all formals in an ensures clause are guarded by an \at(x,Old).

module To_zone: sig .. end
val formals_in_ensures : Db_types.kernel_function -> Cil_types.funspec
returns a copy of the spec in which all formals in an ensures clause are guarded by an \at(x,Old).
exception Error of Cil_types.location * string