| 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 |
Test.StateMachine.Types
Description
Documentation
data StateMachine model cmd m resp Source #
Constructors
| StateMachine | |
Fields
| |
Constructors
| Commands | |
Fields
| |
lengthCommands :: Commands cmd -> Int Source #
data ParallelCommandsF t cmd Source #
Constructors
| ParallelCommands | |
Instances
| (Show (cmd Symbolic), Show (t (Commands cmd))) => Show (ParallelCommandsF t cmd) Source # | |
Defined in Test.StateMachine.Types Methods 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 Methods 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 # | |