TranReg
Module
signature TRAN_REG
structure TranReg
:> TRAN_REG
This module defines the concrete type of regular expression finite automata transitions.
type tran_reg = Sym.sym * Reg.reg * Sym.sym
val compare : tran_reg Sort.total_ordering
val equal : tran_reg * tran_reg -> bool
type tran_reg = Sym.sym * Reg.reg * Sym.sym
compare
Set
.compareTriple
(Sym
.compare
,
Reg
.compare
,
Sym
.compare
)
.
equal(tran1, tran2)
tran1
and tran2
are equal.
Forlan Version 4.15
Copyright © 2022 Alley Stoughton