summaryrefslogtreecommitdiff
path: root/src/GF
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-09-13 16:46:07 +0000
committerbringert <bringert@cs.chalmers.se>2006-09-13 16:46:07 +0000
commit429cbe1139890ba61eb1f0ac832b8b3949db8bd2 (patch)
tree7a2deb27147e8868e20173fd24a83a3b1ea2e909 /src/GF
parentf41c8fd2fc5d837d4f03976e886d918aed114cf2 (diff)
Removed extra comma in import list of src/GF/Speech/Relation.hs. This prevented compilation on current ghc HEAD.
Diffstat (limited to 'src/GF')
-rw-r--r--src/GF/Speech/Relation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/Relation.hs b/src/GF/Speech/Relation.hs
index 61c2469b8..a62b4b1a7 100644
--- a/src/GF/Speech/Relation.hs
+++ b/src/GF/Speech/Relation.hs
@@ -20,7 +20,7 @@ module GF.Speech.Relation (Rel, mkRel
, symmetricSubrelation, reflexiveSubrelation
, equivalenceClasses
, isTransitive, isReflexive, isSymmetric
- , isEquivalence,
+ , isEquivalence
, isSubRelationOf) where
import Data.List