We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ea71c commit 6a160dbCopy full SHA for 6a160db
dhall/src/Dhall/TypeCheck.hs
@@ -3687,7 +3687,7 @@ prettyTypeMessage (CantProjectByExpression expr) = ErrorMessages {..}
3687
3688
prettyTypeMessage (MissingField k expr0) = ErrorMessages {..}
3689
where
3690
- short = "Missing record field"
+ short = "Missing record field: " <> Dhall.Pretty.Internal.prettyLabel k
3691
3692
long =
3693
"Explanation: You can only access fields on records, like this: \n\
0 commit comments