futhark-0.25.7: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Futhark.Format

Description

Parsing of format strings.

Synopsis

Documentation

parseFormatString :: Text -> Either Text [Either Text Text] Source #

The Lefts are pure text; the Rights are the contents of interpolations.