aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/OrphanInstances.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/OrphanInstances.hs')
-rw-r--r--html-test/src/OrphanInstances.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/html-test/src/OrphanInstances.hs b/html-test/src/OrphanInstances.hs
index a005c4a2..e50327ee 100644
--- a/html-test/src/OrphanInstances.hs
+++ b/html-test/src/OrphanInstances.hs
@@ -3,5 +3,6 @@ module OrphanInstances where
import OrphanInstancesType
import OrphanInstancesClass
-instance AClass AnotherType where
+-- | This is an orphan instance.
+instance AClass AType where
aClass (AType n) = n