Copyright | (c) 2017 Dominic Orchard Andrew Rice Mistral Contrastin Matthew Danish |
---|---|
License | Apache-2.0 |
Maintainer | dom.orchard@gmail.com |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data Specification
- data Region
- data SpecInner = SpecInner (Multiplicity (Approximation Region)) IsStencil
- reqRegions :: Specification -> [Variable]
Documentation
data Specification Source #
Instances
Instances
Instances
Data SpecInner Source # | |
Defined in Camfort.Specification.Stencils.Parser.Types gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SpecInner -> c SpecInner # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SpecInner # toConstr :: SpecInner -> Constr # dataTypeOf :: SpecInner -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SpecInner) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SpecInner) # gmapT :: (forall b. Data b => b -> b) -> SpecInner -> SpecInner # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SpecInner -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SpecInner -> r # gmapQ :: (forall d. Data d => d -> u) -> SpecInner -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SpecInner -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SpecInner -> m SpecInner # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SpecInner -> m SpecInner # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SpecInner -> m SpecInner # | |
Show SpecInner Source # | |
Eq SpecInner Source # | |
SynToAst SpecInner Specification Source # | |
reqRegions :: Specification -> [Variable] Source #
Regions that are referenced in a specification.