diff options
| author | peb <unknown> | 2005-03-18 09:17:10 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-18 09:17:10 +0000 |
| commit | dbae321c694ef0878902960f1378dc2abb7f378a (patch) | |
| tree | b2c590a0ac06006101bb2a56028575d6393cb388 /src/GF/Speech/SRG.hs | |
| parent | 5b9d27ee9feee7e197b57cc59822fb144ec6fa6a (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Speech/SRG.hs')
| -rw-r--r-- | src/GF/Speech/SRG.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index 40240651e..cf474f6a1 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/24 11:46:38 $ +-- > CVS $Date: 2005/03/18 10:17:11 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Revision: 1.7 $ -- -- Representation of, conversion to, and utilities for -- printing of a general Speech Recognition Grammar. @@ -40,7 +40,7 @@ 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 SRGAlt = [Symbol String Tokn] -- | SRG category name and original name type CatName = (String,String) |
