diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-19 17:38:54 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-20 01:14:52 +0100 |
commit | b5ab70a092e4a801030cf01f87378217d4c87343 (patch) | |
tree | a764b75fdad318d0ef576e1c885d93adcb4af1c2 /html-test/src/OrphanInstances.hs | |
parent | 19692aab1913730fc10ffda515b77db7308bcf11 (diff) |
Add html-test for orphan instances output
Diffstat (limited to 'html-test/src/OrphanInstances.hs')
-rw-r--r-- | html-test/src/OrphanInstances.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html-test/src/OrphanInstances.hs b/html-test/src/OrphanInstances.hs new file mode 100644 index 00000000..a005c4a2 --- /dev/null +++ b/html-test/src/OrphanInstances.hs @@ -0,0 +1,7 @@ +module OrphanInstances where + +import OrphanInstancesType +import OrphanInstancesClass + +instance AClass AnotherType where + aClass (AType n) = n |