Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Motor.FSM.Reflection
Description
Reflect on Motor FSM typeclasses to get state diagram values.
Documentation
data Transition Source #
Instances
Eq Transition Source # | |
Defined in Motor.FSM.Reflection.Event | |
Show Transition Source # | |
Defined in Motor.FSM.Reflection.Event Methods showsPrec :: Int -> Transition -> ShowS # show :: Transition -> String # showList :: [Transition] -> ShowS # | |
Lift Transition Source # | |
Defined in Motor.FSM.Reflection.Event Methods lift :: Transition -> Q Exp # |