summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T8953.stderr
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2014-10-21 10:46:27 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2014-11-01 21:12:54 -0400
commitb174288b15300093a4356c853ce2ea0abb4876f5 (patch)
tree34f07e733ada7a8526ea0f2f215c9bfe30674249 /testsuite/tests/th/T8953.stderr
parent2cc593dd50197c252d87321280a04f04cc173dbc (diff)
downloadhaskell-b174288b15300093a4356c853ce2ea0abb4876f5.tar.gz
Test #8953 in th/T8953
Diffstat (limited to 'testsuite/tests/th/T8953.stderr')
-rw-r--r--testsuite/tests/th/T8953.stderr19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/tests/th/T8953.stderr b/testsuite/tests/th/T8953.stderr
new file mode 100644
index 0000000000..14db2b7f81
--- /dev/null
+++ b/testsuite/tests/th/T8953.stderr
@@ -0,0 +1,19 @@
+type family T8953.Poly (a_0 :: k_1) :: *
+type instance T8953.Poly (x_2 :: GHC.Types.Bool) = GHC.Types.Int
+type instance T8953.Poly (x_3 :: GHC.Base.Maybe k_4) = GHC.Types.Double
+type family T8953.Silly :: k_0 -> *
+type instance T8953.Silly = Data.Proxy.Proxy :: * -> *
+type instance T8953.Silly = Data.Proxy.Proxy :: (* -> *) -> *
+T8953.a :: Data.Proxy.Proxy (Data.Proxy.Proxy :: * -> *)
+T8953.b :: Data.Proxy.Proxy (Data.Proxy.Proxy :: (* -> *) -> *)
+type T8953.StarProxy (a_0 :: *) = Data.Proxy.Proxy a_0
+class T8953.PC (a_0 :: k_1)
+instance T8953.PC (a_2 :: *)
+instance T8953.PC (Data.Proxy.Proxy :: (k_3 -> *) -> *)
+type family T8953.F (a_0 :: *) :: k_1
+type instance T8953.F GHC.Types.Char = T8953.G (T8953.T1 :: * ->
+ (* -> *) -> *)
+ GHC.Types.Bool :: (* -> *) -> *
+type family T8953.G (a_0 :: k_1) :: k_1
+type instance T8953.G (T8953.T1 :: k_2 ->
+ k1_3 -> *) = T8953.T2 :: k_2 -> k1_3 -> *