diff options
author | Nadrieril Feneanar | 2020-03-10 18:34:46 +0000 |
---|---|---|
committer | GitHub | 2020-03-10 18:34:46 +0000 |
commit | 65e8aa46344b9dc32c3ad776856791d18cc616c3 (patch) | |
tree | 3bc3e69e3b9385a9583ba522ddfd9acd9f8961dd /tests | |
parent | 98d1b68b40d190b29f3fb1266de2794cc8ab9e54 (diff) | |
parent | a610f53d794f430a9f57c37d8b88f76a62620506 (diff) |
Merge pull request #142 from Nadrieril/upstream-tests
Upstream local tests
Diffstat (limited to '')
-rw-r--r-- | tests_buffer | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests_buffer b/tests_buffer index 478edbb..de49f25 100644 --- a/tests_buffer +++ b/tests_buffer @@ -10,24 +10,15 @@ binary decoding: decode old-style optional literals ? import: -success/ - recover type error - recover recursive import error failure/ don't recover cycle don't resolve symlinks in canonicalizing normalization: -variables across import boundaries type-inference: something that involves destructuring a recordtype after merge add some of the more complicated Prelude tests back, like List/enumerate -success/ - regression/ - 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/ \(_: Bool) -> assert : (\(_: Bool) -> _) === (\(x: Bool) -> _) merge { x = λ(x : Bool) → x } (< x: Bool | y: Natural >.x True) |