diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-28 13:02:53 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-09-28 15:06:39 +0200 |
commit | e5cca4ab246ca2d1ecdd7c39eefd3157547cb6aa (patch) | |
tree | 5fe848bcd68c5a94b3af11b2282df23d759ca823 /libraries/containers | |
parent | bf3329104c971c84ab178f3ded88254b9594f9cc (diff) | |
download | haskell-e5cca4ab246ca2d1ecdd7c39eefd3157547cb6aa.tar.gz |
Extend `Foldable` class with `length` and `null` methods
This completes the `Foldable` class by two important operations which
this way can be optimised for the underlying structure more easily.
A minor fix for the `containers` submodule was needed to due name clash
Addresses #9621
Reviewed By: ekmett, dfeuer, austin
Differential Revision: https://phabricator.haskell.org/D250
Diffstat (limited to 'libraries/containers')
m--------- | libraries/containers | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/containers b/libraries/containers -Subproject e84c5d2145415cb0beacce0909a551ae5e28d39 +Subproject 085e1b8b2cfbd1159bbc9f8cbf6a4127cc32227 |