incipit-base-0.6.0.0: A Prelude for Polysemy – Base Reexports
Copyright(c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2021 Kowainik
LicenseMIT
MaintainerKowainik <xrom.xkov@gmail.com>
StabilityStable
PortabilityPortable
Safe HaskellSafe-Inferred
LanguageGHC2021

Incipit.String

Description

Synopsis

Documentation

fromText :: IsString a => Text -> a Source #

Analog to fromString for Text. Converts a Text to any a that is an instance of IsString.

Reexport data types and functions to work with Text, ByteString, ShortByteString.

Conversion functions between Text, String, ByteString. Also some read|show helper functions.