From c6bf67b9aff1a497df593de9dd7f2c59e248180e Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Tue, 4 Aug 2020 15:24:25 +0200 Subject: [PATCH] [wp] Add a comment for Term context zones --- src/plugins/wp/MemoryContext.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/wp/MemoryContext.ml b/src/plugins/wp/MemoryContext.ml index 8d19ae6e0d1..516044eb597 100644 --- a/src/plugins/wp/MemoryContext.ml +++ b/src/plugins/wp/MemoryContext.ml @@ -46,7 +46,7 @@ type zone = | Var of varinfo (* &x - the cell x *) | Ptr of varinfo (* p - the cell pointed by p *) | Arr of varinfo (* p+(..) - the cell and its neighbors pointed by p *) - | Term of term + | Term of term (* use the ACSL term as is *) type partition = { globals : zone list ; (* [ &G , G[...], ... ] *) -- GitLab