From 3677cfc13e19efe650488a3a25917324bd6ccef7 Mon Sep 17 00:00:00 2001 From: Alasdair Date: Mon, 13 May 2019 23:29:15 +0100 Subject: Parse dereferences in orderinary expressions --- lib/flow.sail | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3