Copyright | (C) 2017 ATS Advanced Telematic Systems GmbH |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Stevan Andjelkovic <stevan.andjelkovic@here.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data StateMachine model cmd m resp Source #
StateMachine | |
|
Commands | |
|
lengthCommands :: Commands cmd -> Int Source #
data ParallelCommandsF t cmd Source #
Instances
(Show (cmd Symbolic), Show (t (Commands cmd))) => Show (ParallelCommandsF t cmd) Source # | |
Defined in Test.StateMachine.Types showsPrec :: Int -> ParallelCommandsF t cmd -> ShowS # show :: ParallelCommandsF t cmd -> String # showList :: [ParallelCommandsF t cmd] -> ShowS # |
type ParallelCommands = ParallelCommandsF Pair Source #
Instances
Functor Pair Source # | |
Foldable Pair Source # | |
Defined in Test.StateMachine.Types fold :: Monoid m => Pair m -> m # foldMap :: Monoid m => (a -> m) -> Pair a -> m # foldr :: (a -> b -> b) -> b -> Pair a -> b # foldr' :: (a -> b -> b) -> b -> Pair a -> b # foldl :: (b -> a -> b) -> b -> Pair a -> b # foldl' :: (b -> a -> b) -> b -> Pair a -> b # foldr1 :: (a -> a -> a) -> Pair a -> a # foldl1 :: (a -> a -> a) -> Pair a -> a # elem :: Eq a => a -> Pair a -> Bool # maximum :: Ord a => Pair a -> a # | |
Traversable Pair Source # | |
Eq a => Eq (Pair a) Source # | |
Ord a => Ord (Pair a) Source # | |
Show a => Show (Pair a) Source # | |