ref: c40d2d87ada20043d12e9fd57a0ac0de316ebbf4
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)