summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-12-20 15:17:43 +0000
committerbringert <bringert@cs.chalmers.se>2005-12-20 15:17:43 +0000
commit7383e6d93ed111b418a27bb8605973fa77f3135c (patch)
treec97208cabd3797e7eecc508066f3cefd6b4460a1
parent25b31684378d3b0668b65939fc7b30b0c1e8d130 (diff)
Don't import toLower in PrSLF.
-rw-r--r--src/GF/Speech/PrSLF.hs2
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)