packages feed

th-instance-reification-0.1.3: src/HTFTestSuite/Prerequisites.hs

module HTFTestSuite.Prerequisites where

import Prelude

data A = A
newtype B a = B a deriving (Show)
type C = (B Int, B Char)


class MultiParamClass a b c
instance (Eq a) => MultiParamClass a Int Char