summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/Tc271.hs-boot
blob: 0e264a93f5d0a3d637129969a8fbf7bb83ef4074 (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module Tc271 where

class K a where

h :: K a => a -> a