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