diff options
author | Nadrieril | 2020-01-28 21:50:04 +0000 |
---|---|---|
committer | Nadrieril | 2020-01-28 21:50:04 +0000 |
commit | 7683b0d762cf0df489ad4bc006e8db2358e81cf4 (patch) | |
tree | 4131494c3b218f9386c7f3633e3d901cf8f631e9 /tests | |
parent | 084e81956e99bc759012be7c171f4095c2e59d22 (diff) |
Implement assert & merge and fix more bugs
Diffstat (limited to '')
-rw-r--r-- | tests_buffer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests_buffer b/tests_buffer index a872503..e5e1705 100644 --- a/tests_buffer +++ b/tests_buffer @@ -48,6 +48,7 @@ success/ 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 λ(x : ∀(a : Type) → a) → x + let X = 0 in λ(T : Type) → λ(x : T) → 1 failure/ merge { x = λ(x : Bool) → x } (< x: Bool | y: Natural >.x True) merge { x = λ(_ : Bool) → _, y = 1 } < x = True | y > |