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

Safe HaskellNone

Puppet.Lens

Contents

Synopsis

Pure resolution prisms

Prisms for PValues

Parsing prism

_PParse :: Prism' Text (Vector Statement)Source

Warning, this uses unsafePerformIO to parse (parsing Regexps requires IO).

Lenses and Prisms for Statements

_Statements :: Lens' Statement [Statement]Source

Extracts the statements from ClassDeclaration, DefineDeclaration, Node and the spurious statements of TopContainer.