From 4a5a48157fc85f7bb4deaf446140b1178a666f24 Mon Sep 17 00:00:00 2001 From: peb Date: Thu, 3 Feb 2005 14:13:35 +0000 Subject: "Committed_by_peb" --- src/GF/Speech/SRG.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GF/Speech') 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 -- cgit v1.2.3