summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/prog001/B.hs
blob: 322a04cde71344c1fa1d6bb4d071a1312c32d0ce (plain)
1
2
3
4
5
6
7
{-# LANGUAGE MultiParamTypeClasses #-}
module B where
import A

newtype Val = Val [Int]

instance Matrix Bool Val