1 2 3 4 5 6 7 8
-- | Trivial Unsafe Module module UnsafeInfered01_A where import System.IO.Unsafe f :: IO a -> a f = unsafePerformIO