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

bar :: Bool -> Bool
bar (x :: _) = True