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/ref/OrphanInstancesClass.html | 85 +++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 html-test/ref/OrphanInstancesClass.html (limited to 'html-test/ref/OrphanInstancesClass.html') diff --git a/html-test/ref/OrphanInstancesClass.html b/html-test/ref/OrphanInstancesClass.html new file mode 100644 index 00000000..69ba33f8 --- /dev/null +++ b/html-test/ref/OrphanInstancesClass.html @@ -0,0 +1,85 @@ + +OrphanInstancesClass

 

Safe HaskellSafe

OrphanInstancesClass

Documentation

class AClass a where

Minimal complete definition

aClass

Methods

aClass :: a -> Int

-- cgit v1.2.3