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

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
    • In the expression: Identity {}
      In an equation for ‘test3’: test3 = Identity {}