From fa0e09c65b849b7bad86bfd457e7cf7b0771df9a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 14 May 2009 08:15:36 -0400 Subject: Testing custom paths --- tests/pathmap.ur | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/pathmap.ur') diff --git a/tests/pathmap.ur b/tests/pathmap.ur index 44699048..2ce1f5f0 100644 --- a/tests/pathmap.ur +++ b/tests/pathmap.ur @@ -3,5 +3,6 @@ val y = List.mp (plus 2) x fun main () : transaction page = return {[x]}
- {[y]} + {[y]}
+ {[Aux.hello]}
-- cgit v1.2.3