summaryrefslogtreecommitdiff
path: root/src/GF/Speech
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Speech')
-rw-r--r--src/GF/Speech/SRG.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs
index 0fc7349f3..f54d0f4a0 100644
--- a/src/GF/Speech/SRG.hs
+++ b/src/GF/Speech/SRG.hs
@@ -44,7 +44,8 @@ data SRG = SRG { grammarName :: String -- ^ grammar name
data SRGRule = SRGRule String String [SRGAlt] -- ^ SRG category name, original category name
-- and productions
type SRGAlt = [Symbol String Token]
-type CatName = (String,String) -- ^ SRG category name and original name
+type CatName = (String,String)
+-- ^ SRG category name and original name
type CatNames = FiniteMap String String