| Copyright | (c) Jorge Santiago Alvarez Cuadros 2016 |
|---|---|
| License | GPL-3 |
| Maintainer | sanjorgek@ciencias.unam.mx |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
| Extensions |
|
Math.Model.Turing.TwoWays
Description
Two ways turing machine
Documentation
Constructors
| T [a] a [a] |
Instances
| Functor Tape Source # | |
| Applicative Tape Source # | |
| Tapeable Tape Symbol Source # |
|
| TuringM Tape Symbol LRS Source # | |
| Tapeable Tape [Symbol] Source # | |
| TuringM Tape [Symbol] LRS Source # | |
| Eq a => Eq (Tape a) Source # | |
| Show a => Show (Tape a) Source # | |
| (Eq s, Monoid s) => Monoid (Tape s) Source # | |