Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Erb.Ruby
Description
Base types for the internal ruby parser (Erb.Parser).
Documentation
Constructors
Literal !Text | |
Interpolable ![Expression] | |
Symbol !Text | |
Array ![Expression] |
data Expression #
Constructors
Instances
data RubyStatement #
Constructors
Puts !Expression | |
DropPrevSpace !RubyStatement | |
DropPrevSpace' | |
DropNextSpace !RubyStatement |
Instances