kazu-yamamoto / iproute

IP Routing Table in Haskell
http://www.mew.org/~kazu/proj/iproute/
BSD 3-Clause "New" or "Revised" License
47 stars 28 forks source link

Add Monoid and Semigroup instances for IPRTable #39

Closed greydot closed 6 years ago

greydot commented 6 years ago

I added test cases for folds, adapted from Data.Map, and a case for monoid laws.

kazu-yamamoto commented 6 years ago

LGTM.

kazu-yamamoto commented 6 years ago

Merged and released. Thank you for your contribution!