Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Ginger.Interpret.DefEnv
Documentation
htmlEncoder :: Monad m => Encoder m Source #
htmlEncode :: Text -> Encoded Source #
defVarsCommon :: forall (m :: Type -> Type). Monad m => Map Identifier (Value m) Source #
defVarsCompat :: forall (m :: Type -> Type). Monad m => Map Identifier (Value m) Source #
builtinFilters :: forall (m :: Type -> Type). Monad m => Map Identifier (Value m) Source #
builtinTests :: forall (m :: Type -> Type). Monad m => Map Identifier (Value m) Source #
isUndefined :: Monad m => TestFunc m Source #
gingerBinopTest :: forall (m :: Type -> Type). Monad m => BinaryOperator -> Value m Source #