Gabriella439 / Haskell-MMorph-Library

Monad morphisms
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Add infixr 9 ComposeT declaration #22

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 8 years ago

This mirrors the fixity declaration in Data.Functor.Compose.

Gabriella439 commented 8 years ago

Thanks! Do you have any other upcoming changes in mind or should I go ahead and upload this to Hackage?

RyanGlScott commented 8 years ago

I did have some more changes in mind as part of making ComposeT a useful monad transformer. I had three things in mind:

I'll post follow-up PRs for those things separately.

Gabriella439 commented 8 years ago

Is this clear to upload now?

RyanGlScott commented 8 years ago

Sounds great! Thanks for the prompt response.

Gabriella439 commented 8 years ago

Alright, I uploaded this to Hackage as mmorph-1.0.6. Thanks for all your help! :)