liquid-0.1.0.3: Liquid template language library

Safe HaskellNone
LanguageHaskell2010

Text.Liquid.Helpers

Synopsis

Documentation

foldM' :: Monad m => (a -> b -> m a) -> a -> [b] -> m a Source #

Strict monadic foldl

formatNum :: Scientific -> Text Source #

Format a number

buildLens :: forall f. Applicative f => JsonVarPath -> (Value -> f Value) -> Value -> f Value Source #

Compose a traversal into a JSON Value