LangToGroup-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

TuringMachine.Interpreter.Tape

Description

Module Tape include type of Turing machine's tape and useful functions for working with it.

Documentation

data Tape Source #

Instances

Instances details
Eq Tape Source # 
Instance details

Defined in TuringMachine.Interpreter.Tape

Methods

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

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

Show Tape Source # 
Instance details

Defined in TuringMachine.Interpreter.Tape

Methods

showsPrec :: Int -> Tape -> ShowS #

show :: Tape -> String #

showList :: [Tape] -> ShowS #

top :: Lens' Tape TapeSymbol Source #