summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T9400.stderr
blob: 8fdcf39711d2f5c2619aa027c62958928e802352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

==================== Tidy Core ====================
Result size of Tidy Core = {terms: 33, types: 20, coercions: 0}

-- RHS size: {terms: 2, types: 0, coercions: 0}
a :: TrName
[GblId, Caf=NoCafRefs, Str=DmdType]
a = GHC.Types.TrNameS "main"#

-- RHS size: {terms: 2, types: 0, coercions: 0}
a1 :: TrName
[GblId, Caf=NoCafRefs, Str=DmdType]
a1 = GHC.Types.TrNameS "T9400"#

-- RHS size: {terms: 3, types: 0, coercions: 0}
T9400.$trModule :: Module
[GblId[ReflectionId], Caf=NoCafRefs, Str=DmdType]
T9400.$trModule = GHC.Types.Module a a1

-- RHS size: {terms: 22, types: 15, coercions: 0}
main :: IO ()
[GblId, Str=DmdType]
main =
  >>
    @ IO
    GHC.Base.$fMonadIO
    @ ()
    @ ()
    (putStrLn (unpackCString# "c"#))
    (>>
       @ IO
       GHC.Base.$fMonadIO
       @ ()
       @ ()
       (putStrLn (unpackCString# "x"#))
       (>>
          @ IO
          GHC.Base.$fMonadIO
          @ ()
          @ ()
          (putStrLn (unpackCString# "z"#))
          (>>
             @ IO
             GHC.Base.$fMonadIO
             @ ()
             @ ()
             (putStrLn (unpackCString# "efg"#))
             (Control.Exception.Base.patError
                @ 'Lifted @ (IO ()) "T9400.hs:(17,5)-(18,29)|case"#))))