summaryrefslogtreecommitdiff
path: root/src/GF/Speech/Relation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Speech/Relation.hs')
-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 fe91716c6..641d671a9 100644
--- a/src/GF/Speech/Relation.hs
+++ b/src/GF/Speech/Relation.hs
@@ -127,4 +127,4 @@ isEquivalence :: Ord a => Rel a -> Bool
isEquivalence r = isReflexive r && isSymmetric r && isTransitive r
isSubRelationOf :: Ord a => Rel a -> Rel a -> Bool
-isSubRelationOf r1 r2 = all (uncurry (isRelatedTo r2)) (relToList r1) \ No newline at end of file
+isSubRelationOf r1 r2 = all (uncurry (isRelatedTo r2)) (relToList r1)