|
| Language.HaLex.FaClasses | | Portability | portable | | Stability | provisional | | Maintainer | jas@di.uminho.pt |
|
|
|
| Description |
The Class of Finite Automaton in Haskell
Code Included in the Lecture Notes on
Language Processing (with a functional flavour).
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Class of Finite automaton
| | | Methods | | | | | | | | | | | | deadstates :: fa st sy -> [st] | Source |
| | | | | | | | | unionFa :: fa st sy -> fa st sy -> Ndfa st sy | Source |
| | | concatFa :: fa st sy -> fa st sy -> Ndfa st sy | Source |
| | | | |
| | Instances | |
|
|
| Produced by Haddock version 2.3.0 |