Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
transformConfig :: MonadError QErr m => Config -> Maybe Text -> [(Text, Value)] -> Environment -> m Config Source #
transformSourceConfig :: MonadError QErr m => SourceConfig -> [(Text, Value)] -> Environment -> m SourceConfig Source #
transformConnSourceConfig :: MonadError QErr m => ConnSourceConfig -> [(Text, Value)] -> Environment -> m Config Source #
additionalFunctions :: Environment -> HashMap Text (Value -> Either CustomFunctionError Value) Source #