diff options
author | Nadrieril Feneanar | 2020-03-17 18:10:40 +0000 |
---|---|---|
committer | GitHub | 2020-03-17 18:10:40 +0000 |
commit | 6d82e0040316b4feefd3d95129829f91b595b5f2 (patch) | |
tree | 30dc5ece69d74027ed84ba7aeeb1ca575dea15ee /dhall/src/syntax/ast | |
parent | 65e8aa46344b9dc32c3ad776856791d18cc616c3 (diff) | |
parent | cd30948242576e9262796d4ecd998b62619b0e8a (diff) |
Merge pull request #143 from Nadrieril/record-puns
Implement record puns
Diffstat (limited to 'dhall/src/syntax/ast')
-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 |