language-glsl-0.2.1: GLSL abstract syntax tree, parser, and pretty-printer

Safe HaskellSafe
LanguageHaskell98

Language.GLSL.Syntax

Documentation

data Compound #

Constructors

Compound [Statement] 

data Field #

Instances

Eq Field # 

Methods

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

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

Show Field # 

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #