ref: 2f3ccd459aedf6d03eaee5f77d982cbab4c23396
dir: /src/PreludeNoIO.hs/
-- Copyright 2023 Lennart Augustsson -- See LICENSE file for full license. module PreludeNoIO(module Prelude) where import Prelude hiding (Monad(..), MonadFail(..), Applicative(..), Functor(..), (<$>), showString)