From b5ab70a092e4a801030cf01f87378217d4c87343 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 19 Dec 2015 17:38:54 +0100 Subject: Add html-test for orphan instances output --- html-test/src/OrphanInstances.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 html-test/src/OrphanInstances.hs (limited to 'html-test/src/OrphanInstances.hs') 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 -- cgit v1.2.3