From 2d4680f12f8c9cd647049eb1e3e56531bd44e880 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 24 Dec 2015 00:30:48 +0100 Subject: OrphanInstances: Accept test output --- html-test/src/OrphanInstances.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html-test/src') 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 -- cgit v1.2.3