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

Safe HaskellNone
LanguageHaskell98

Erb

Description

Entry point to general Erb service This module share no dependency with Puppet modules

Documentation

data Value Source #

Instances
Eq Value Source # 
Instance details

Defined in Erb.Ruby

Methods

(==) :: Value -> Value -> Bool #

(/=) :: Value -> Value -> Bool #

Ord Value Source # 
Instance details

Defined in Erb.Ruby

Methods

compare :: Value -> Value -> Ordering #

(<) :: Value -> Value -> Bool #

(<=) :: Value -> Value -> Bool #

(>) :: Value -> Value -> Bool #

(>=) :: Value -> Value -> Bool #

max :: Value -> Value -> Value #

min :: Value -> Value -> Value #

Show Value Source # 
Instance details

Defined in Erb.Ruby

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

data Expression Source #

Instances
Eq Expression Source # 
Instance details

Defined in Erb.Ruby

Ord Expression Source # 
Instance details

Defined in Erb.Ruby

Show Expression Source # 
Instance details

Defined in Erb.Ruby

Pretty Expression Source # 
Instance details

Defined in Erb.Ruby