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

bar :: _a -> _a
bar x = not x