summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9260.stderr
blob: 0773da2bf581bf19992f09c970697f6b46582356 (plain)
1
2
3
4
5
6
7

T9260.hs:12:8: error:
    • Couldn't match type ‘2’ with ‘1’
      Expected type: Fin 1
        Actual type: Fin (1 + 1)
    • In the expression: Fsucc Fzero
      In an equation for ‘test’: test = Fsucc Fzero