packages feed

lhc-0.8: lib/base/src/Prelude.hs-boot

{-# OPTIONS_GHC -XNoImplicitPrelude #-}

module Prelude where

import GHC.IOBase

catch :: IO a -> (IOError -> IO a) -> IO a