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

module GHC.IO where

import GHC.Types

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