summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/LetInSort.txt
blob: 529c78e260f8007a6bf25f8ae3b919bc7e84c6fe (plain)
1
2
3
4
5
6
Type error: error: Sort does not have a type
 --> <current file>:1:19
  |
1 | \(x: let x = 0 in Sort) -> 1
  |                   ^^^^ Sort does not have a type
  |