import "StandardLibrary" foo 1 = "one" foo 2 = "two" main = if True then foo (2 :: Long) else foo (1 :: Integer) -- two