summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/efold.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/efold.lac b/tests/efold.lac
index ff595ff1..317d0852 100644
--- a/tests/efold.lac
+++ b/tests/efold.lac
@@ -1,5 +1,5 @@
val currier : rs :: {Type} -> Cfold.currier rs =
- fold [Cfold.currier] (fn nm :: Name => fn t :: Type => fn rest :: {Type} => fn acc => fn x => acc) {}
+ fold [Cfold.currier] (fn nm :: Name => fn t :: Type => fn rest :: {Type} => fn acc => fn x : t => acc) {}
val greenCurry : Cfold.greenCurry = currier [Cfold.greenCurryIngredients]
val redCurry : Cfold.redCurry = currier [Cfold.redCurryIngredients]