summaryrefslogtreecommitdiff
path: root/caching-tests/test.urs
diff options
context:
space:
mode:
Diffstat (limited to 'caching-tests/test.urs')
-rw-r--r--caching-tests/test.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/caching-tests/test.urs b/caching-tests/test.urs
index ebe6bf56..1fa5a9c2 100644
--- a/caching-tests/test.urs
+++ b/caching-tests/test.urs
@@ -1,4 +1,5 @@
val cache : int -> transaction page
+val cacheR : {Id : int, FooBar : int} -> transaction page
(* val cache2 : int -> int -> transaction page *)
val flush : int -> transaction page
val flash : int -> transaction page