diff options
author | Nadrieril | 2020-03-11 17:26:09 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-11 17:26:09 +0000 |
commit | 66972b05e5996132a83332ef0c6879c3a1679dc7 (patch) | |
tree | a6c148a6513063b14a1aebe53dd4a0cc927ecb3a /dhall/src/syntax/ast | |
parent | 65e8aa46344b9dc32c3ad776856791d18cc616c3 (diff) |
Implement record puns
Diffstat (limited to '')
-rw-r--r-- | dhall/src/syntax/ast/span.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/src/syntax/ast/span.rs b/dhall/src/syntax/ast/span.rs index 50985e1..153a624 100644 --- a/dhall/src/syntax/ast/span.rs +++ b/dhall/src/syntax/ast/span.rs @@ -22,6 +22,7 @@ pub(crate) enum Span { DuplicateRecordFieldsSugar, DottedFieldSugar, WithSugar, + RecordPunSugar, /// For expressions obtained from decoding binary Decoded, /// For expressions constructed during normalization/typecheck |