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

Language.Paraiso.Prelude

Description

Redefine some items from the standard Prelude.

Documentation

class Boolean b whereSource

Methods

true :: bSource

false :: bSource

not :: b -> bSource

(&&) :: b -> b -> bSource

(||) :: b -> b -> bSource

Instances

Boolean Bool 
(Vector v, C g, TRealm r) => Boolean (Builder v g (Value r Bool))

Builder is Boolean. You can use true, false, not, &&, ||.