CLogic.CAssert
type t =
| Malloced of CExpr.t * CExpr.t
| Array of {
}
| Undefs of CExpr.t * CExpr.t
| Zeros of CExpr.t * CExpr.t
| Star of t * t
| Pure of CFormula.t
| PointsTo of {
ptr : CExpr.t;
constr : CConstructor.t;
typ : points_to_type;
}
| Pred of string * CExpr.t list
| Emp
val pp : Stdlib.Format.formatter -> t -> unit