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