LangToGroup-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

ConfigType

Description

This module represents a configuration of the Turing machine TM.

Synopsis

Documentation

newtype Configs Source #

This is type of configurations of the Turing machine.

Constructors

Configs [[([Square], State, [Square])]] 

Instances

Instances details
Eq Configs Source # 
Instance details

Defined in ConfigType

Methods

(==) :: Configs -> Configs -> Bool #

(/=) :: Configs -> Configs -> Bool #

Ord Configs Source # 
Instance details

Defined in ConfigType

Show Configs Source # 
Instance details

Defined in ConfigType