summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9323.hs
blob: 1aea288bbea08d99ae60df37e08f61c18c825fb7 (plain)
1
2
3
4
5
6
7
module T9323 where

broken :: [Int]
broken = ()

ambiguous :: a -> String
ambiguous _ = show 0