summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SRG.hs
diff options
context:
space:
mode:
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