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