Thms
list
3
autom
Sections
AutomataTheory
Doc
lshort
Def
(rec) LShort(l) == Case of l : null
nil ; h.l'
h.(LShort(l') \ h)
Thm*
l:St*, eq:(St
St
). LShort(l)
St*
lremove
Def
(rec) l \ a == Case of l : null
nil ; h.l'
if eq(a,h)
l' \ a else h.(l' \ a) fi
Thm*
l:St*, s:St, eq:(St
St
). (l \ s)
St*