1
0
forked from GitHub/gf-core

Comments only.

This commit is contained in:
bringert
2007-03-25 11:26:03 +00:00
parent ed1e7f4485
commit 4331167011

View File

@@ -48,6 +48,7 @@ import qualified GF.Visualization.Graphviz as Dot
type State = Int
-- | Type parameters: node id type, state label type, edge label type
-- Data constructor arguments: nodes and edges, start state, final states
data FA n a b = FA !(Graph n a b) !n ![n]
type NFA a = FA State () (Maybe a)