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

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.