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

foo :: Bool -> _
Just foo = Just id