summaryrefslogtreecommitdiff
path: root/tests_buffer
diff options
context:
space:
mode:
authorNadrieril2019-08-25 16:09:55 +0200
committerNadrieril2019-08-25 16:09:55 +0200
commit98399997cf289d802fbed674558665547cf73d59 (patch)
tree6278b954edaa4cbb83f4e74c9f8a77d5909435bb /tests_buffer
parentd5bdd48d4c34b4e213e3e2431936c160e4320a80 (diff)
Keep type information through normalization
Diffstat (limited to 'tests_buffer')
-rw-r--r--tests_buffer3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests_buffer b/tests_buffer
index 511ea49..93eb626 100644
--- a/tests_buffer
+++ b/tests_buffer
@@ -35,6 +35,9 @@ add some of the more complicated Prelude tests back, like List/enumerate
success/
regression/
RecursiveRecordTypeMergeTripleCollision { x : { a : Bool } } ⩓ { x : { b : Bool } } ⩓ { x : { c : Bool } }
+ somehow test that ({ x = { z = 1 } } ∧ { x = { y = 2 } }).x has a type
+ somehow test that the recordtype from List/indexed has a type in both empty and nonempty cases
+ somehow test types added to the Foo/build closures
failure/
merge { x = λ(x : Bool) → x } (< x: Bool | y: Natural >.x True)
merge { x = λ(_ : Bool) → _, y = 1 } < x = True | y >