diff options
author | Nadrieril | 2020-04-10 12:10:53 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-10 12:10:53 +0100 |
commit | efe4b340bebaa7ef8bce6e69194959b126c5fade (patch) | |
tree | 627fa7b0b2b951efc4102d02e0a8f5a05e4aa03e /tests_buffer | |
parent | da80ef06a91e3869cc3c1d4dbd07259c408ff490 (diff) |
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
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 bd76d36..3240b41 100644 --- a/tests_buffer +++ b/tests_buffer @@ -24,6 +24,7 @@ normalization: move builtins and operators in their own folder ? RecordSortFields { b = 1, a = 0 } RecordTypeSortFields { b : Bool, a : Natural } +\(foo: { x: Bool, y: Bool }) -> \(bar: { x: Bool }) -> (foo.{x, y} // bar).{ x } type-inference: something that involves destructuring a recordtype after merge |