summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/RecordProjectionByTypeFieldTypeMismatch.txt
blob: d62407546656046e662354c532a6c4d3418879fe (plain)
1
2
3
4
5
6
Type error: error: ProjectionWrongType
 --> <current file>:1:0
  |
1 | { y = {=} }.( {y : Natural} )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProjectionWrongType
  |