summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T3017.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/T3017.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T3017.stderr19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T3017.stderr b/testsuite/tests/indexed-types/should_compile/T3017.stderr
new file mode 100644
index 0000000000..5afb822c32
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_compile/T3017.stderr
@@ -0,0 +1,19 @@
+TYPE SIGNATURES
+ emptyL :: forall a. ListColl a
+ test2 :: forall c t t1.
+ (Num t, Num t1, Coll c, Elem c ~ (t, t1)) =>
+ c -> c
+TYPE CONSTRUCTORS
+ data ListColl a
+ RecFlag NonRecursive
+ = L :: forall a. [a] -> ListColl a Stricts: _
+ FamilyInstance: none
+COERCION AXIOMS
+ axiom Foo.TFCo:R:ElemListColl [a]
+ :: Elem (ListColl a) ~ Foo.R:ElemListColl a
+INSTANCES
+ instance Coll (ListColl a) -- Defined at T3017.hs:12:11-27
+FAMILY INSTANCES
+ type Elem (ListColl a) -- Defined at T3017.hs:13:9-12
+Dependent modules: []
+Dependent packages: [base, ghc-prim, integer-gmp]