Skip to content
Snippets Groups Projects
Commit c6bf67b9 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Add a comment for Term context zones

parent 21d188a3
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ type zone = ...@@ -46,7 +46,7 @@ type zone =
| Var of varinfo (* &x - the cell x *) | Var of varinfo (* &x - the cell x *)
| Ptr of varinfo (* p - the cell pointed by p *) | Ptr of varinfo (* p - the cell pointed by p *)
| Arr of varinfo (* p+(..) - the cell and its neighbors 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 = { type partition = {
globals : zone list ; (* [ &G , G[...], ... ] *) globals : zone list ; (* [ &G , G[...], ... ] *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment