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

import Text.Printf

f :: a -> b
f = undefined

g i = f $ printf "" i