Safe Haskell | None |
---|---|
Language | Haskell98 |
Evaluates a ruby template from what's generated by Erb.Parser.
- rubyEvaluate :: Container ScopeInformation -> Text -> [RubyStatement] -> Either Doc Text
- getVariable :: Container ScopeInformation -> Text -> Text -> Either Doc PValue
Documentation
rubyEvaluate :: Container ScopeInformation -> Text -> [RubyStatement] -> Either Doc Text Source