utf8-prelude-0.1.3: 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.UTF8IO but hides the definitions not defined in Prelude.

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