You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.6: Reverted to Control.Monad.Error -- yields deprecation warnings but there is nothing to be done about it, yet.
0.5: Merged patch from Thomas DuBuisson, added instances for MonadFix. Also, at the recommendation of GHC, changed Control.Monad.Error to Control.Monad.Except.
0.4: Added Applicative instances for Supply and SupplyT.
0.3: Two new functions, added at the request of Stefan Holdermans at Vector
Fabrics. The first, exhausted, checks whether the supply is empty. The second,
peek, will return the next element without removing it from the supply.
0.2: Exported supply. Also added some monad transformer instances at the