introduce the type synonym Token=String in the PGF API

This commit is contained in:
krasimir
2010-06-29 09:00:41 +00:00
parent c228f48ce3
commit 43736135ca
6 changed files with 13 additions and 13 deletions

View File

@@ -27,7 +27,6 @@ import qualified Data.Set as Set
--
type Cat = String
type Token = String
data Symbol c t = NonTerminal c | Terminal t
deriving (Eq, Ord, Show)