ConfigType
Description
This module represents a configuration of the Turing machine TM.
TM
newtype Configs Source #
This is type of configurations of the Turing machine.
Constructors
Defined in ConfigType
Methods
(==) :: Configs -> Configs -> Bool #
(/=) :: Configs -> Configs -> Bool #
compare :: Configs -> Configs -> Ordering #
(<) :: Configs -> Configs -> Bool #
(<=) :: Configs -> Configs -> Bool #
(>) :: Configs -> Configs -> Bool #
(>=) :: Configs -> Configs -> Bool #
max :: Configs -> Configs -> Configs #
min :: Configs -> Configs -> Configs #
showsPrec :: Int -> Configs -> ShowS #
show :: Configs -> String #
showList :: [Configs] -> ShowS #