summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog018/prog018.stdout
blob: 23323ebb4b9faf20b5a121797cf37620ae73e343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[1 of 3] Compiling A                ( A.hs, interpreted )

A.hs:5:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘incompletePattern’:
        Patterns of type ‘Int’ not matched: p where p is not one of {0}

A.hs:8:15: warning: [-Wunused-matches (in -Wextra)]
    Defined but not used: ‘x’
[2 of 3] Compiling B                ( B.hs, interpreted )

B.hs:7:1: warning: [-Wunused-imports (in -Wextra)]
    The import of ‘Data.Tuple’ is redundant
      except perhaps to import instances from ‘Data.Tuple’
    To import instances alone, use: import Data.Tuple()
[3 of 3] Compiling C                ( C.hs, interpreted )

C.hs:6:7: error: Variable not in scope: variableNotInScope :: ()
Failed, two modules loaded.
[3 of 3] Compiling C                ( C.hs, interpreted )

C.hs:6:7: error: Variable not in scope: variableNotInScope :: ()
Failed, two modules loaded.