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