Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- consistent :: forall n. Specification -> Multiplicity (UnionNF n Offsets) -> ConsistencyResult
- data ConsistencyResult
Documentation
consistent :: forall n. Specification -> Multiplicity (UnionNF n Offsets) -> ConsistencyResult Source #
This function checks multiplicity consistency and then delegates the spatial consistency to |consistent'| function.
data ConsistencyResult Source #
Instances
Eq ConsistencyResult Source # | |
Defined in Camfort.Specification.Stencils.Consistency (==) :: ConsistencyResult -> ConsistencyResult -> Bool # (/=) :: ConsistencyResult -> ConsistencyResult -> Bool # | |
Show ConsistencyResult Source # | |
Defined in Camfort.Specification.Stencils.Consistency showsPrec :: Int -> ConsistencyResult -> ShowS # show :: ConsistencyResult -> String # showList :: [ConsistencyResult] -> ShowS # | |
ExitCodeOfReport ConsistencyResult Source # | |
Defined in Camfort.Specification.Stencils.Consistency exitCodeOf :: ConsistencyResult -> Int Source # exitCodeOfSet :: [ConsistencyResult] -> Int Source # |