summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO.hs-boot
blob: aa2e5ccd2dc74e5779997d3b37eb0fd2aa4c97d3 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE Unsafe #-}
{-# LANGUAGE NoImplicitPrelude #-}

module GHC.IO where

import GHC.Types
import GHC.Integer () -- See Note [Depend on GHC.Integer] in GHC.Base

failIO :: [Char] -> IO a
mplusIO :: IO a -> IO a -> IO a