fay-text-0.3.1: Fay Text type represented as JavaScript strings

Safe HaskellNone
LanguageHaskell98

Fay.Text

Description

Module to be shared between server and client.

This module must be valid for both GHC and Fay.

For GHC this is an alias for Data.Text, for Fay it's an opaque data type represented by JavaScript strings.

Documentation

map :: (Char -> Char) -> Text -> Text Source

any :: (Char -> Bool) -> Text -> Bool Source

all :: (Char -> Bool) -> Text -> Bool Source