diff options
author | FintanH | 2019-08-03 18:45:32 +0100 |
---|---|---|
committer | FintanH | 2019-08-03 18:45:32 +0100 |
commit | 6bcb9bed4820f2307b1d3e512fa2d7252ba82f02 (patch) | |
tree | 1012ed5c2443301b7af440a973a9573d3285d743 /dhall/src/error | |
parent | 0cc150a43dc9a851e81a2b6278447400856c1aba (diff) | |
parent | 9113e15534f57626ae9be662738e1d3d22434e88 (diff) |
Merge remote-tracking branch 'origin/master' into fintan/typecheck-combine
Diffstat (limited to '')
-rw-r--r-- | dhall/src/error/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/error/mod.rs b/dhall/src/error/mod.rs index 2345348..bc5322a 100644 --- a/dhall/src/error/mod.rs +++ b/dhall/src/error/mod.rs @@ -80,8 +80,8 @@ pub(crate) enum TypeMessage { MergeHandlerReturnTypeMustNotBeDependent, ProjectionMustBeRecord, ProjectionMissingEntry, - RecordMismatch(Typed, Typed), Sort, + RecordMismatch(Typed, Typed), RecordTypeDuplicateField, UnionTypeDuplicateField, Unimplemented, |