diff options
| author | Alasdair Armstrong | 2019-05-14 15:46:10 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-05-14 15:46:10 +0100 |
| commit | 9d6734f717639f9babdec4441f8362bfeca10d66 (patch) | |
| tree | 91080afb376c38328de7262352f7c3217bc22719 /lib/flow.sail | |
| parent | 63d7f669f3d292315e4a353115284358ba7d5627 (diff) | |
| parent | f6cc45f2788dc777d1fa35aa9a216de994992288 (diff) | |
Merge branch 'smt_experiments' into sail2
Diffstat (limited to 'lib/flow.sail')
| -rw-r--r-- | lib/flow.sail | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/flow.sail b/lib/flow.sail index 5c69a128..dd917b55 100644 --- a/lib/flow.sail +++ b/lib/flow.sail @@ -61,4 +61,6 @@ function __id forall 'n. (x: int('n)) -> int('n) = x overload __size = {__id} +val __deref = "reg_deref" : forall ('a : Type). register('a) -> 'a effect {rreg} + $endif |
