diff caching-tests/test.urs @ 2276:c05f9a5e0f0f

Progress on free paths, but consolidation seems to fail more with them.
author Ziv Scully <ziv@mit.edu>
date Mon, 09 Nov 2015 13:37:31 -0500
parents ce96e166d938
children f8903af753ff
line wrap: on
line diff
--- a/caching-tests/test.urs	Sat Nov 07 15:16:44 2015 -0500
+++ b/caching-tests/test.urs	Mon Nov 09 13:37:31 2015 -0500
@@ -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