shithub: MicroHs

ref: dd6d15f672fd622dbca510bd562d66c629bca6a3
dir: /src/PreludeNoIO.hs/

View raw version
-- Copyright 2023 Lennart Augustsson
-- See LICENSE file for full license.
module PreludeNoIO(module Prelude) where
import Prelude hiding (Monad(..), MonadFail(..), Applicative(..), Functor(..), (<$>), showString)