diff options
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/OrphanInstances.hs | 3 |
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 |