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

Safe HaskellNone

Erb.Evaluate

Description

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

Synopsis

Documentation

getVariableSource

Arguments

:: Container ScopeInformation

The whole scope data.

-> Text

Current scope name.

-> Text

Full variable name.

-> Either Doc PValue 

A pure function for resolving variables.