{-# OPTIONS_JHC -fno-prelude #-}
module System.IO.Unsafe(unsafePerformIO, unsafeInterleaveIO) where

import Jhc.IO
