diff options
| author | Christopher | 2016-07-12 10:40:41 +0100 |
|---|---|---|
| committer | Christopher | 2016-07-12 10:40:41 +0100 |
| commit | b1eae8d782b9e20d323ad7538eb935b5594dbfc9 (patch) | |
| tree | 29b438900ce5418047076828d327b5c59c49c7b2 /src/test/power.sail | |
| parent | 25dca699ebdb42e986d98f3a5ae5ff72bc6b6d8d (diff) | |
sail-to-lem and lem library fixes
Diffstat (limited to 'src/test/power.sail')
| -rw-r--r-- | src/test/power.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/power.sail b/src/test/power.sail index 3c9a13e3..20e23cb9 100644 --- a/src/test/power.sail +++ b/src/test/power.sail @@ -490,7 +490,7 @@ function forall Nat 'n. (bit['n]) zero_or_undef ((bit['n]) x) = { scattered function unit execute scattered typedef ast = const union -val bit[32] -> ast effect pure decode +val bit[32] -> ast effect {escape} decode scattered function ast decode |
