Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Ginger.Interpret.DefEnv
Documentation
defContext :: forall (m :: Type -> Type). MonadRandom m => Context m Source #
htmlEncoder :: Monad m => Encoder m Source #
htmlEncode :: Text -> Encoded Source #
defVarsCommon :: forall (m :: Type -> Type). MonadRandom m => Map Identifier (Value m) Source #
defVarsCompat :: forall (m :: Type -> Type). MonadRandom m => Map Identifier (Value m) Source #
defVars :: forall (m :: Type -> Type). MonadRandom m => Map Identifier (Value m) Source #
builtinFilters :: forall (m :: Type -> Type). MonadRandom m => Map Identifier (Value m) Source #
builtinTests :: forall (m :: Type -> Type). MonadRandom m => Map Identifier (Value m) Source #
isFilter :: MonadRandom m => TestFunc m Source #
isTest :: MonadRandom m => TestFunc m Source #
defaultFilter :: forall (m :: Type -> Type). MonadRandom m => Filter m Source #
isDefined :: MonadRandom m => TestFunc m Source #
isUndefined :: MonadRandom m => TestFunc m Source #
isEqual :: MonadRandom m => TestFunc m Source #
gingerBinopTest :: forall (m :: Type -> Type). MonadRandom m => BinaryOperator -> Value m Source #