utm-0.1.0: Universal Turing Machine

Safe HaskellNone

Language.UTM.Syntax

Synopsis

Documentation

data Action Source

Constructors

L

move head to the left

R

move head to the right

Instances

data Tape Source

Constructors

Tape [Symbol] Symbol [Symbol] 

Instances

newtype State Source

Constructors

State String 

newtype Symbol Source

Constructors

Symbol String