summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T8492.hs
blob: 0fe5a143c8926b26a04aa3ef95d72f7e341a85d8 (plain)
1
2
3
4
5
6
module Main where

x :: ((->) Int) Bool
x = (==0)

main = print $ x 0