summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T18668.stderr
blob: d2f169300477b9f542dc41a7073f8f17795a67b3 (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
Rule fired
    Rule: funky
    Module: (T18668)
    Before: GHC.Prim.+# ValArg 2# ValArg 3#
    After:  GHC.Prim.*# ValArg 2# ValArg 3#
    Cont:   Stop[BoringCtxt] GHC.Prim.Int#
Rule fired
    Rule: *#
    Module: (BUILTIN)
    Before: GHC.Prim.*# ValArg 2# ValArg 3#
    After:  6#
    Cont:   Stop[BoringCtxt] GHC.Prim.Int#
Rule fired
    Rule: flip
    Module: (T18668)
    Before: GHC.Prim.># ValArg 1# ValArg 0#
    After:  (\ (x :: GHC.Prim.Int#) -> GHC.Prim.<# x) 1# ValArg 0#
    Cont:   Stop[BoringCtxt] GHC.Prim.Int#
Rule fired
    Rule: <#
    Module: (BUILTIN)
    Before: GHC.Prim.<# ValArg 1# ValArg 0#
    After:  0#
    Cont:   Stop[BoringCtxt] GHC.Prim.Int#