Transducers #
class
Cslib.Automata.Transducer
(A : Type u)
(InSymbol OutSymbol : outParam (Type v))
:
Type (max u v)
A Transducer is an automaton that translates strings (lists of symbols, from an input to an
output alphabet).
The string
xscan be translated intoysbya.
Instances
The string xs can be translated into ys by a.
Equations
- One or more equations did not get rendered due to their size.