diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-24 00:30:48 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-24 00:33:18 +0100 |
commit | 2d4680f12f8c9cd647049eb1e3e56531bd44e880 (patch) | |
tree | 6ae852d16b616b66d529f8a5c4224046ded6b914 /html-test/src | |
parent | 9c4fb801462e2d499aa057b233cd54a5e6ca139c (diff) |
OrphanInstances: Accept test output
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 |