language-puppet-1.4.3: 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 #

Instances
Eq Value # 
Instance details

Defined in Erb.Ruby

Methods

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

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

Ord Value # 
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 # 
Instance details

Defined in Erb.Ruby

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

data Expression #

Instances
Eq Expression # 
Instance details

Defined in Erb.Ruby

Ord Expression # 
Instance details

Defined in Erb.Ruby

Show Expression # 
Instance details

Defined in Erb.Ruby

Pretty Expression # 
Instance details

Defined in Erb.Ruby

parens :: Parser a -> Parser a #

braces :: Parser a -> Parser a #