summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/subsumption_sort_hole_fits.hs
blob: bda1b3de8296570a54413dbc8ec41fd844cafd46 (plain)
1
2
3
4
5
f :: [String]
f = _ "hello, world"

main :: IO ()
main = return ()