summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_repGuard.stderr
blob: bbef7eed59e22dc123e10ccf7308f5069474d129 (plain)
1
2
3
4
5
6
7
foo_0 :: GHC.Types.Int -> GHC.Types.Int
foo_0 x_1 | x_1 GHC.Classes.== 5 = 6
foo_0 x_2 = 7
bar_0 :: GHC.Base.Maybe GHC.Types.Int -> GHC.Types.Int
bar_0 x_1 | GHC.Base.Just y_2 <- x_1
              = y_2
bar_0 _ = 9