Safe Haskell | None |
---|---|
Language | Haskell2010 |
Feldspar.Transformation.Framework
Documentation
transformationError :: String -> a Source
Minimal complete definition
Nothing
Minimal complete definition
Nothing
class Transformable t s where Source
Instances
DefaultTransformable t s => Transformable t s | |
Transformable IVarPlugin Program | |
Transformable IVarPlugin Entity | |
(DefaultTransformable RulePlugin t, Typeable (* -> *) t) => Transformable RulePlugin t |
class Transformable1 t s a where Source
Instances
DefaultTransformable1 t s a => Transformable1 t s a |
class DefaultTransformable t s where Source
Instances
class DefaultTransformable1 t s a where Source
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 |