diff options
author | Nadrieril | 2019-08-25 21:16:38 +0200 |
---|---|---|
committer | Nadrieril | 2019-08-25 21:16:38 +0200 |
commit | bf37fd9da3782134ca4bca9567c34bbee81784b9 (patch) | |
tree | 1c6c95f4e64bd9b759118f750cae1f12709b7b51 /tests_buffer | |
parent | f9ec2cdf2803ed92fa404db989b786fc1dfac12e (diff) |
Rework apply_builtin to enforce preservation of type information
Diffstat (limited to '')
-rw-r--r-- | tests_buffer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests_buffer b/tests_buffer index 93eb626..1ad880e 100644 --- a/tests_buffer +++ b/tests_buffer @@ -28,6 +28,8 @@ variables across import boundaries TextLitNested1 "${""}${x}" TextLitNested2 "${"${x}"}" TextLitNested3 "${"${""}"}${x}" + regression/ + NaturalFoldExtraArg Natural/fold 0 (Bool -> Bool) (λ(_ : (Bool -> Bool)) → λ(_ : Bool) → True) (λ(_ : Bool) → False) True typecheck: something that involves destructuring a recordtype after merge |