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

bar :: _ -> Bool
bar _ = True