fst-0.10.0.1: Finite state transducers

Safe HaskellSafe-Inferred
LanguageHaskell98

FST.Complete

Description

Function for making an automaton complete (transition on every symbol at every state)

Synopsis

Documentation

complete :: Eq a => Automaton a -> Automaton a Source

Make a automaton complete (transition on every symbol at every state)