streamly
Copyright(c) 2018 Composewell Technologies
LicenseBSD-3-Clause
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Streamly.Internal.Unicode.Char

Description

 
Synopsis

Predicates

isAsciiAlpha :: Char -> Bool Source #

Select alphabetic characters in the ascii character set.

Pre-release

Unicode aware operations

Unicode normalization

normalize :: forall (m :: Type -> Type). Monad m => NormalizationMode -> Stream m Char -> Stream m Char Source #