diff options
| author | Kathy Gray | 2015-10-07 15:01:12 +0100 |
|---|---|---|
| committer | Kathy Gray | 2015-10-07 15:01:12 +0100 |
| commit | 55eafc3dc845902d64ba6af3c03830ba67d18d30 (patch) | |
| tree | aac84b558ca23b7217ec9fb8280a90b43a481e6a /language/l2.ml | |
| parent | 09bee21b4390c82c4fa36ade46d67247e82c9546 (diff) | |
Start expanding annot for more refined effect tracking
Diffstat (limited to 'language/l2.ml')
| -rw-r--r-- | language/l2.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/l2.ml b/language/l2.ml index d5ea7c33..faae6e3f 100644 --- a/language/l2.ml +++ b/language/l2.ml @@ -71,6 +71,7 @@ base_effect_aux = (* effect *) | BE_undef (* undefined-instruction exception *) | BE_unspec (* unspecified values *) | BE_nondet (* nondeterminism from intra-instruction parallelism *) + | BE_lset (* Local mutation happend; not user-writable *) type |
