aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/OrphanInstancesClass.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/OrphanInstancesClass.hs')
-rw-r--r--html-test/src/OrphanInstancesClass.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/html-test/src/OrphanInstancesClass.hs b/html-test/src/OrphanInstancesClass.hs
new file mode 100644
index 00000000..4b51acfc
--- /dev/null
+++ b/html-test/src/OrphanInstancesClass.hs
@@ -0,0 +1,4 @@
+module OrphanInstancesClass (AClass(..)) where
+
+class AClass a where
+ aClass :: a -> Int