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

Language.Paraiso.OM.DynValue

Description

The Value is flowing through the OM dataflow graph. Value carries the type and homogeneity information about the dataflow.

Synopsis

Documentation

data DynValue Source

dynamic value type, with its realm and content type informed as values

Constructors

DynValue 

Fields

realm :: Realm
 
typeRep :: TypeRep
 

mkDyn :: (TRealm r, Typeable c) => r -> c -> DynValueSource

Make DynValue value-level type, from the pair of Type-level type.

toDyn :: (TRealm r, Typeable c) => Value r c -> DynValueSource

Convert Value to DynValue