{-# GHC_PRAGMA INTERFACE VERSION 6 #-} interface PreludeErrIO where import PreludeBuiltin(Tuple0, Tuple2, _RealWorld(..), _State(..)) errorIO :: (_State _RealWorld -> ((), _State _RealWorld)) -> a {-# GHC_PRAGMA _A_ 1 _U_ 2 _N_ _S_ _!_ _N_ _N_ #-}