utf8-prelude-0.1.6: Variants of Prelude and System.IO with UTF8 text I/O operations

Portabilityportable
Stabilityalpha
Maintainerdivip@aszt.inf.elte.hu

UTF8Prelude

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

Documentation

module Prelude

error :: String -> aSource

UTF8 encoded error messages.