Fixed typo in NFA example
Getty Ritter
10 years ago
309 | 309 |
aState : NFA A
|
310 | 310 |
aState =
|
311 | 311 |
merge as from
|
312 | |
let cState = (merge cs from aToB cs <- as) in
|
| 312 |
let cState = (merge cs from cToA cs <- as) in
|
313 | 313 |
aToC as <- cState
|
314 | 314 |
aToB as <- (merge bs from bToC bs <- cState)
|
315 | 315 |
\end{verbatim}
|