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