import "Prelude" main = (fromDynamic (toDynamic 42) :: String) + "foo" -- 42foo