Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
931515ab
Commit
931515ab
authored
Aug 08, 2006
by
simonpj@microsoft.com
Browse files
Group exports so that all length functions are together; no semantic change
parent
c295ee8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/utils/Util.lhs
View file @
931515ab
...
...
@@ -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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment