summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_implicitParams.stdout
blob: 571d2e74fefd77bba5ec350711415a792a2560cd (plain)
1
2
3
4
5
6
7
8
Main.funcToReify :: GHC.Classes.IP "z" GHC.Types.Int =>
                    GHC.Types.Int
5
1
2
f_0 :: (?x :: GHC.Types.Int) => GHC.Types.Int
f_0 = let ?y = 2
       in ?x GHC.Num.+ ?y