foundation
foundation copied to clipboard
Collection and Sequential are both documented as ordered collections
The classes Collection
and Sequential
have identical documentation. I suspect Collection
is actually about unordered collections.
https://github.com/haskell-foundation/foundation/blob/a4f20de16eaee74ae4fbe279a27929ee27c86f9e/foundation/Foundation/Collection/Collection.hs#L66-L67
https://github.com/haskell-foundation/foundation/blob/a4f20de16eaee74ae4fbe279a27929ee27c86f9e/foundation/Foundation/Collection/Sequential.hs#L34-L35