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

showTwo :: Show _a => _a -> String
showTwo x = show x