base-4.0.0.0: Prelude.hs-boot
{-# OPTIONS_GHC -XNoImplicitPrelude #-}
module Prelude where
import GHC.IOBase
catch :: IO a -> (IOError -> IO a) -> IO a
{-# OPTIONS_GHC -XNoImplicitPrelude #-}
module Prelude where
import GHC.IOBase
catch :: IO a -> (IOError -> IO a) -> IO a