summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T22695.stderr
blob: 4fe84d07130770b517e3dfe29435cf92044d3a27 (plain)
1
2
3
4
5
6
7
8

<interactive>:1:10: error:
    • The constructor ‘Just’ should have 1 argument, but has been given none
    • In the pattern: Just
      In a stmt of a pattern guard for
                     an equation for ‘test’:
        Just <- x
      In an equation for ‘test’: test x | Just <- x = x