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