summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.hs
blob: b171221058ce5c7da587dabf935126cd5bcd6888 (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies, NamedWildCards #-}
module NamedWildcardInTypeFamilyInstanceLHS where

type family F a where
  F _t = Int