nyan-interpolation-core-0.9.0.1: Customize your nyan interpolator!
Safe HaskellNone
LanguageHaskell2010

Text.Interpolation.Nyan.Core.Internal.Parser

Synopsis

Documentation

one :: a -> [a] Source #

glueParsedStrings :: ParsedInterpolatedString -> ParsedInterpolatedString Source #

Since the parser may produce several PipString with different kind of content (e.g. spaces and words), we would like to glue those before passing the interpolated string to the next stage.