summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T13870.stderr
blob: 9f24693a65421cff4513b93c2642f0001f8d602e (plain)
1
2
3
4
5
6
7
8
9
10
11

T13870.hs:8:9: warning: [-Wmissing-fields (in -Wdefault)]
    • Fields of ‘Just’ not initialised
    • In the expression: Just {}
      In an equation for ‘test1’: test1 = Just {}

T13870.hs:14:9: warning: [-Wmissing-fields (in -Wdefault)]
    • Fields of ‘Identity’ not initialised:
        runIdentity :: a
    • In the expression: Identity {}
      In an equation for ‘test3’: test3 = Identity {}