Safe Haskell | None |
---|
Feldspar.Transformation.Framework
Documentation
transformationError :: String -> aSource
Instances
Default Bool | |
Default Bool | |
Default Int | |
Default () | |
Default Collection | |
Default SignatureInformation | |
Default TypeCatalog | |
Default [String] | |
Default [a] | |
Default [Declaration ()] | |
Default (Maybe SemInfPrg) | |
Default (Program DebugToCSemanticInfo) | |
(Default a, Default b) => Default (a, b) | |
(Default a, Default b, Default c) => Default (a, b, c) |
class (Default (Up t), Combine (Up t)) => Transformation t Source
Associated Types
Instances
class Transformable t s whereSource
Instances
class Transformable1 t s a whereSource
Instances
class DefaultTransformable t s whereSource
Instances
class DefaultTransformable1 t s a whereSource
Instances
(Transformable t a, Default (Up t), Transformation t) => DefaultTransformable1 t Maybe a | |
(Transformable t a, Default (Up t), Combine (Up t), Transformation t) => DefaultTransformable1 t [] a |