summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3468.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T3468.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T3468.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T3468.stderr b/testsuite/tests/typecheck/should_fail/T3468.stderr
new file mode 100644
index 0000000000..020d10457a
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T3468.stderr
@@ -0,0 +1,11 @@
+
+T3468.hs-boot:3:6:
+ Type constructor `Tool' has conflicting definitions in the module and its hs-boot file
+ Main module: data Tool d
+ RecFlag Recursive
+ = F :: forall d a r. a -> Tool d Stricts: _
+ FamilyInstance: none
+ Boot file: data Tool
+ RecFlag NonRecursive
+ {- abstract -}
+ FamilyInstance: none