import "Prelude" main = (fromDynamic (toDynamic "42") :: Integer) - 2 -- 40