packages feed

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