diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-09-13 16:46:07 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-09-13 16:46:07 +0000 |
| commit | 429cbe1139890ba61eb1f0ac832b8b3949db8bd2 (patch) | |
| tree | 7a2deb27147e8868e20173fd24a83a3b1ea2e909 /src/GF | |
| parent | f41c8fd2fc5d837d4f03976e886d918aed114cf2 (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.hs | 2 |
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 |
