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

Safe HaskellSafe-Infered

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

Typeable1 Balloon 
(Ord a, Typeable a) => Eq (Balloon a) 
(Ord a, Typeable a) => Ord (Balloon a)