Added newlines and ends of some files. This makes sed happy.

This commit is contained in:
bringert
2007-12-20 17:07:56 +00:00
parent 3d80cf6bf9
commit 4ab0df67c5
10 changed files with 10 additions and 10 deletions

View File

@@ -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)
isSubRelationOf r1 r2 = all (uncurry (isRelatedTo r2)) (relToList r1)