yu-utils-0.1.1.0: Utils for Yu

Copyright(C) 2017-2018 Johann Lee <me@qinka.pro>
Maintainerme@qinka.pro
Stabilityexperimental
Portabilityunknows
Safe HaskellSafe
LanguageHaskell2010

Yu.Import.Text

Contents

Description

The reexport of text

Synopsis

the reexported module

module Data.Text

the methods

read Source #

Arguments

:: Read a 
=> Text

the string

-> a

item

the read method for Text

show Source #

Arguments

:: Show a 
=> a

item

-> Text

the string

the show method for Text