From 272dcf69176234c0f032a8442ce4e7b449426bfd Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 29 Jun 2010 09:00:41 +0000 Subject: introduce the type synonym Token=String in the PGF API --- src/compiler/GF/Speech/CFG.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/GF/Speech/CFG.hs') diff --git a/src/compiler/GF/Speech/CFG.hs b/src/compiler/GF/Speech/CFG.hs index 9ec8416c5..f396faace 100644 --- a/src/compiler/GF/Speech/CFG.hs +++ b/src/compiler/GF/Speech/CFG.hs @@ -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) -- cgit v1.2.3