summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SRG.hs
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-09-23 12:56:25 +0000
committerbjorn <bjorn@bringert.net>2008-09-23 12:56:25 +0000
commit34c5617ef6c2b2b93c7c2ed4d877c8ff5d9ef5ce (patch)
tree7c9965697205330106c389151408a8727153f798 /src/GF/Speech/SRG.hs
parent75df5cf443e590098bf13c05d12fc937f1f2bc68 (diff)
Got SRGS ABNF generation to compile.
Diffstat (limited to 'src/GF/Speech/SRG.hs')
-rw-r--r--src/GF/Speech/SRG.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs
index a861d889d..f9065dae9 100644
--- a/src/GF/Speech/SRG.hs
+++ b/src/GF/Speech/SRG.hs
@@ -50,8 +50,7 @@ data SRG = SRG { srgName :: String -- ^ grammar name
}
deriving (Eq,Show)
-data SRGRule = SRGRule Cat [SRGAlt] -- ^ SRG category name, original category name
- -- and productions
+data SRGRule = SRGRule Cat [SRGAlt]
deriving (Eq,Show)
-- | maybe a probability, a rule name and an EBNF right-hand side