diff options
Diffstat (limited to 'html-test/src/OrphanInstances.hs')
-rw-r--r-- | html-test/src/OrphanInstances.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html-test/src/OrphanInstances.hs b/html-test/src/OrphanInstances.hs new file mode 100644 index 00000000..e50327ee --- /dev/null +++ b/html-test/src/OrphanInstances.hs @@ -0,0 +1,8 @@ +module OrphanInstances where + +import OrphanInstancesType +import OrphanInstancesClass + +-- | This is an orphan instance. +instance AClass AType where + aClass (AType n) = n |