Safe Haskell | None |
---|
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
module Fay.Text.Type
intercalate :: Text -> [Text] -> TextSource
intersperse :: Char -> Text -> TextSource