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

bar :: _ -> _
bar x = not x