From 931515abf853065116e4b984b9b0ff2f2ec851b1 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 8 Aug 2006 22:48:08 +0000 Subject: [PATCH] Group exports so that all length functions are together; no semantic change --- compiler/utils/Util.lhs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index e692ff1..279a108 100644 --- a/compiler/utils/Util.lhs +++ b/compiler/utils/Util.lhs @@ -12,7 +12,10 @@ module Util ( mapFst, mapSnd, mapAndUnzip, mapAndUnzip3, nOfThem, filterOut, - lengthExceeds, lengthIs, lengthAtLeast, listLengthCmp, atLength, + + lengthExceeds, lengthIs, lengthAtLeast, + listLengthCmp, atLength, equalLength, compareLength, + isSingleton, only, singleton, notNull, snocView, @@ -34,7 +37,7 @@ module Util ( takeList, dropList, splitAtList, split, -- comparisons - isEqual, eqListBy, equalLength, compareLength, + isEqual, eqListBy, thenCmp, cmpList, prefixMatch, suffixMatch, maybePrefixMatch, removeSpaces, -- 1.7.10.4