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

Missing instances for some domain types #61

Open mirko-plowtech opened 2 years ago

mirko-plowtech commented 2 years ago

1st of all thanks for creating and sharing this library!

My concern is about the lack of some "common" instances for some of the types. Examples:

What about support these ones:

Either way, if you decide to implement the instances in the library or create this new one, feel free to ping me if you want or need some collaboration.