ekmett / tables

Deprecated because of
https://github.com/ekmett/tables/issues/15
Other
78 stars 13 forks source link

Feature request: union, difference, intersection #14

Closed neko-kai closed 11 years ago

ekmett commented 11 years ago

union should work with mappend right now.

I have no moral objection to adding difference and intersection if someone wanted to put in some legwork on it.

neko-kai commented 11 years ago

@ekmett

union should work with mappend right now.

Not quite, it should at least be left-biased. #13.

I have no moral objection to adding difference and intersection if someone wanted to put in some legwork on it.

Okay.