Paraiso-0.3.1.5: a code generator for partial differential equations solvers.

Safe HaskellNone
LanguageHaskell2010

Language.Paraiso.Annotation.Balloon

Description

An Annotation that sets the execution priority of the statements. Statements with Ballons will be allocated as fast as possible, and statements with negative ballons, or Stones, will be allocated as later as possible.

Documentation

data (Ord a, Typeable a) => Balloon a Source

Constructors

Balloon a 

Instances

(Ord a, Typeable * a) => Eq (Balloon a) Source 
(Ord a, Typeable * a) => Ord (Balloon a) Source