diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/reduce.lac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reduce.lac b/tests/reduce.lac index a6fa1e94..2585862d 100644 --- a/tests/reduce.lac +++ b/tests/reduce.lac @@ -17,3 +17,4 @@ con c7 = apply (fst int) string val grab = fn n :: Name => fn t :: Type => fn fs :: {Type} => fn x : $([n = t] ++ fs) => x val grabA = grab[#A][int][[B = string]] +val test_grabA = grabA {A = 6, B = "13"} |