summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail024.hs
blob: 4663319ce91f7aa431bdd69e06675d238ac4d94c (plain)
1
2
3
4
5
6
module ShouldFail where

sig_without_a_defn :: a -> b

f :: a -> b
f = sig_without_a_defn