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

Safe HaskellNone
LanguageHaskell98

Puppet.Lens

Contents

Synopsis

Pure resolution prisms

Prisms for PValues

Parsing prism

Lenses and Prisms for Statements

_Statements :: Lens' Statement [Statement] Source

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

More primitive prisms for Statements

Lenses and Prisms for Expressions