language-puppet-1.0.1: Tools to parse and evaluate the Puppet DSL.

Safe HaskellNone
LanguageHaskell98

Erb.Evaluate

Description

Evaluates a ruby template from what's generated by Erb.Parser.

Synopsis

Documentation

getVariable Source

Arguments

:: Container ScopeInformation

The whole scope data.

-> Text

Current scope name.

-> Text

Full variable name.

-> Either Doc PValue 

A pure function for resolving variables.