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

Safe HaskellNone

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.