summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_ppr1.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_ppr1.stdout')
-rw-r--r--testsuite/tests/th/TH_ppr1.stdout14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/th/TH_ppr1.stdout b/testsuite/tests/th/TH_ppr1.stdout
new file mode 100644
index 0000000000..291d0bf748
--- /dev/null
+++ b/testsuite/tests/th/TH_ppr1.stdout
@@ -0,0 +1,14 @@
+Main.f Main.u1 Main.u2
+Main.u1 `Main.f` Main.u2
+(Main..+.) Main.u1 Main.u2
+Main.u1 Main..+. Main.u2
+(GHC.Types.:) Main.u1 Main.u2
+Main.u1 GHC.Types.: Main.u2
+\((GHC.Types.:) x_0 xs_1) -> x_0
+\(x_0 GHC.Types.: xs_1) -> x_0
+class Foo a_0 b_1
+ where foo :: a_0 -> b_1
+\x_0 -> (x_0, 1 `x_0` 2)
+\(+_0) -> ((+_0), 1 +_0 2)
+(Main.f, 1 `Main.f` 2)
+((Main..+.), 1 Main..+. 2)