Tran
Module
signature TRAN
structure Tran
:> TRAN
This module defines the concrete type of finite automata transitions.
type tran = Sym.sym * Str.str * Sym.sym
val compare : tran Sort.total_ordering
val equal : tran * tran -> bool
type tran = Sym.sym * Str.str * Sym.sym
compare
Set
.compareTriple
(Sym
.compare
,
Str
.compare
,
Sym
.compare
)
.
equal(tran1, tran2)
tran1
and tran2
are equal.
Forlan Version 4.15
Copyright © 2022 Alley Stoughton