mikeizbicki / subhask

Type safe interface for working in subcategories of Hask
BSD 3-Clause "New" or "Revised" License
418 stars 43 forks source link

Added IntMap and patched src/Subhask/TemplateHaskell/Monad.hs #1

Closed ehlemur-zz closed 9 years ago

ehlemur-zz commented 9 years ago

Please compare src/SubHask/Compatibility/Containers.hs lines 233 to 237 vs 523 to 527

mikeizbicki commented 9 years ago

Thanks! Commit a780405 looks great!

I'm not sure what 4c8f88c is doing though. I think it might be a mistake? If you remove that commit I'll merge.

ehlemur-zz commented 9 years ago

4c8f88c is just and update from you I did because my fork was way behind.

mikeizbicki commented 9 years ago

Okay. I'll try to merge this later today. I have some changes locally that I'll have to update first.

ehlemur-zz commented 9 years ago

Thanks!

mikeizbicki commented 9 years ago

I had changed the container class hierarchy a bit, so I updated the IntMap instances to reflect this. I also added test cases.