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

Safe HaskellSafe-Infered

Puppet.DSL.Loader

Synopsis

Documentation

parseFile :: FilePath -> ErrorT String IO [Statement]Source

Helper function that takes a filename and parses its content in the ErrorT monad.