diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-12-20 15:17:43 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-12-20 15:17:43 +0000 |
| commit | 7383e6d93ed111b418a27bb8605973fa77f3135c (patch) | |
| tree | c97208cabd3797e7eecc508066f3cefd6b4460a1 /src/GF | |
| parent | 25b31684378d3b0668b65939fc7b30b0c1e8d130 (diff) | |
Don't import toLower in PrSLF.
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/Speech/PrSLF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/PrSLF.hs b/src/GF/Speech/PrSLF.hs index eb9055d0b..76231386d 100644 --- a/src/GF/Speech/PrSLF.hs +++ b/src/GF/Speech/PrSLF.hs @@ -32,7 +32,7 @@ import GF.Speech.FiniteState import GF.Speech.SRG import GF.Speech.TransformCFG -import Data.Char (toUpper,toLower) +import Data.Char (toUpper) import Data.List import Data.Maybe (fromMaybe) |
