utf8-prelude-0.1.2: Prelude and System.IO with UTF8 text I/OSource codeContentsIndex
UTF8Prelude
Portabilityportable
Stabilityalpha
Maintainerdivip@aszt.inf.elte.hu
Description

UTF8Prelude defines the same entities as Prelude but with UTF8 text I/O operations.

Usage:

 {-# LANGUAGE NoImplicitPrelude #-}

 import UTF8Prelude

or

 import Prelude()
 import UTF8Prelude

or

 import qualified Prelude
 import UTF8Prelude

UTF8Prelude re-exports System.IO.UTF8 but hides the definitions not defined in Prelude.

Synopsis
error :: String -> a
Documentation
error :: String -> aSource
UTF8 encoded error messages.
Produced by Haddock version 2.3.0