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 |
|
Turing machine abstaction
Documentation
class Applicative t => Tapeable t a where Source
MT [t a] |
data MultiModel a b c where Source