Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/purescript/purescript-transformers

Monad and comonad transformers
https://github.com/purescript/purescript-transformers

generalizes callCC to be rank 2

943b943bd0c1cb9fa88bb8f45759a7fb755d7603 authored over 8 years ago by James Yu <[email protected]>
Update build

676de820381bdd946fa00047cbf988ddf2d1ef76 authored over 8 years ago by Gary Burgess <[email protected]>
Update build for release

515bb994cebd9909accd785e121f4b33c332d7e2 authored over 8 years ago by Gary Burgess <[email protected]>
Update build, fix warnings

2d0a471ce462638cd7804719537d92d6479a7da2 authored over 8 years ago by Gary Burgess <[email protected]>
Merge pull request #71 from arianvp/patch-1

Update installation instructions

5fd4c6ede04da9629b647f153ffbba8a4e769b6e authored over 8 years ago by Phil Freeman <[email protected]>
Update installation instructions

4f69bb625ad048f2a98725f6a10345086a00ba74 authored over 8 years ago by Arian van Putten <[email protected]>
Merge pull request #70 from parsonsmatt/cont

Add Cont monad

6b404b0bbf65f123fb478a58cc493b395d5c6e8f authored almost 9 years ago by Gary Burgess <[email protected]>
Add Cont monad

5c01faeccedddca1d92df346697a73f813b467a5 authored almost 9 years ago by Matt Parsons <[email protected]>
Merge pull request #62 from purescript/unused-imports

Remove unused imports and qualify external imports

b77bce1efdc7945a780cbd864662af01842b2274 authored almost 9 years ago by Gary Burgess <[email protected]>
Updates for PureScript 0.8

d495a7266d4bcdadba825133cb85aff137ba1747 authored almost 9 years ago by Gary Burgess <[email protected]>
Merge pull request #69 from libscott/master

generalise Control.Monad.Except.except to ExceptT

14772205f274cbd253e1a5b87ea77f78d4250590 authored almost 9 years ago by Gary Burgess <[email protected]>
move generalized except to Except.Trans

92c2f39a7a099aebe6e430d83c51bda6f15d479f authored almost 9 years ago by Scott Sadler <[email protected]>
generalise Control.Monad.Except.except to ExceptT

0c30bef64c9f09a27e91b4255f33d24c826541e3 authored almost 9 years ago by Scott Sadler <[email protected]>
Fix issue with re-exports not resolving

241e114c3899cdbe558a13569eaf19a6b8843aac authored about 9 years ago by Gary Burgess <[email protected]>
Fix import warnings

0704650bf6922273fd22262169b8f901980661cc authored about 9 years ago by Gary Burgess <[email protected]>
Merge pull request #61 from xuwei-k/WriterT-Semigroup

relax WriterT instance constraints

25935d1003d0496ca6e6f7fb3dc3ce68caab9b5a authored about 9 years ago by Phil Freeman <[email protected]>
relax WriterT instance constraints

07b768b849a7d19ba98bbe110f4d20e2cd416cb0 authored about 9 years ago by xuwei-k <[email protected]>
Remove unused type variables

a46b635acbc296d51a9898076f4b9c438875b601 authored over 9 years ago by Gary Burgess <[email protected]>
Merge pull request #57 from ethul/topic/rwst-monad-rec

Topic/rwst monad rec

de404c2df4c189832b7f18b35dbb1cb0050f57af authored over 9 years ago by Gary Burgess <[email protected]>
Renaming See to RWSResult

4aef7bd4425fb615ab0213198240a5e72155c5a8 authored over 9 years ago by eric thul <[email protected]>
Refactoring RWST to an ADT

Improves performance to put it on par with StateT.

4541afc511a192cfa4b9cc734078da2bab73f0a3 authored over 9 years ago by eric thul <[email protected]>
Merge branch 'master' into topic/rwst-monad-rec

e31ddaf4e98879b62be4cbb273e2c26494f9d5a9 authored over 9 years ago by eric thul <[email protected]>
Adding RWS tests

0a0c372cf3794c19a954b473264bf4245176e688 authored over 9 years ago by eric thul <[email protected]>
Merge pull request #55 from ethul/topic/readert-monad-rec

MonadRec instance for ReaderT

a4aa3a3f6cfbb2efc87159d7503dba0853de9c7e authored over 9 years ago by Phil Freeman <[email protected]>
Remove Tuple import

f7114a03f2f8cc2151fa4ef29cccf7c0f58b6810 authored over 9 years ago by eric thul <[email protected]>
Simplify MonadRec instance for ReaderT

a6765f4477c6b54050c43eaf9ed06e2a9fdd28e9 authored over 9 years ago by eric thul <[email protected]>
Merge pull request #56 from ethul/topic/rwst-monad-error

Adding MonadError RWST instance

995b266e589979217b39b204a366d6ed5a75b302 authored over 9 years ago by Phil Freeman <[email protected]>
Adding MonadError RWST instance

db41c09d51a964fe3da96cd815170ac3b459a09c authored over 9 years ago by eric thul <[email protected]>
MonadRec instance for ReaderT

9f33bee24f44449f723563e1e719acfb1a5061ac authored over 9 years ago by eric thul <[email protected]>
Adding MonadRec instance for RWST

2d3efeed7c32d13158483e5cde57cd005864ed60 authored over 9 years ago by eric thul <[email protected]>
Merge pull request #52 from jbrownson/master

fix link to examples in readme

3c44f0dce522aa4330d7ef3864a70b6829a3ab7c authored over 9 years ago by Phil Freeman <[email protected]>
fix link to examples in readme

d519c6390a26e0956730cc2e8b392cbde486de74 authored over 9 years ago by Jake Brownson <[email protected]>
Fix module reexports

1343de42d5962b25d231c049a79946a3f81825b4 authored over 9 years ago by Phil Freeman <[email protected]>
Remove ErrorT docs

a6350a04d4928cd283ebadfd336fce2819e382fc authored over 9 years ago by Phil Freeman <[email protected]>
Merge no-t1 branch

c6007b077ab99fecf1827864ddcdce6f80db7967 authored over 9 years ago by Phil Freeman <[email protected]>
Merge pull request #48 from natefaubion/monad-rec-semigroup

Remove Semigroup constraint on monadRecErrorT

86f3c5c3f520cfef1721558720b418497085b44d authored over 9 years ago by Phil Freeman <[email protected]>
Docs

c3df82d42f9479e0ac9072778ce611d86701dfd1 authored over 9 years ago by Phil Freeman <[email protected]>
Updates for next major release

80eff02353dffe2b9c81b7c0d009b072ad05450f authored over 9 years ago by Phil Freeman <[email protected]>
Clean up ErrorT/ExceptT MonadRec instances

4a2f672f4c85ce4d133b5bbdb6a54eaa9ff11231 authored over 9 years ago by Nathan Faubion <[email protected]>
Remove Semigroup constraint on monadRecErrorT

4544746bd352c8e0ba958d5c04139e5c8accc8e4 authored over 9 years ago by Nathan Faubion <[email protected]>
Merge pull request #47 from purescript/rws-rearrange

Only expose RWS functions via the appropriate classes

d0924e6cb76b311e8c1fedd5cf9378d63d7c3a87 authored over 9 years ago by Gary Burgess <[email protected]>
Only expose RWS functions via the appropriate classes

ad15b37fa28a5bbfc56cd1222abde7e26a8a6551 authored over 9 years ago by Gary Burgess <[email protected]>
Remove erroneous links

04741efb47bdfc2b4ca91cd2f542964a9fdb873d authored over 9 years ago by Gary Burgess <[email protected]>
Update build

860f9b9dad958cd8e17117c636ce5f452f5dfd6e authored over 9 years ago by Gary Burgess <[email protected]>
Add @freebroccolo's Distributive instance

From purescript/purescript-distributive#4

5e4e6d3d90ae1dfb7463781470a7210e72f6fd29 authored over 9 years ago by Gary Burgess <[email protected]>
Fix Cont/Trans docs and rebuild for MonadEff instances

ba2a0b8bfe1bc25ee573b1c6c0bfaaa8432b7ad4 authored over 9 years ago by Gary Burgess <[email protected]>
Merge pull request #46 from purescript/eff

Add MonadEff instances

fcb89f2bfae064d1f5e69bee0c306740726b48d4 authored over 9 years ago by Phil Freeman <[email protected]>
Instances for ListT and ContT

5c96e6a8a4d024016e2e6fec97d7dfc500815779 authored over 9 years ago by Phil Freeman <[email protected]>
Add MonadEff ExceptT instance

e09ecc5fc1bf41bbaba205ab0fa47f5b37bb456b authored over 9 years ago by Phil Freeman <[email protected]>
Add MonadEff instances

477fe02903cfa82e2d3593050679705cc66c1f1b authored over 9 years ago by Phil Freeman <[email protected]>
Fix spacing in readme

aee5b34dddefdb44ec4993d0244fbc846836dc42 authored over 9 years ago by Gary Burgess <[email protected]>
Updates for RC

e2294adbd255407f18209da27a852e3cb3d7259c authored over 9 years ago by Gary Burgess <[email protected]>
Merge ListT branch

ea5deb54fbad04d3fac5896ce2ebc05ef3abbf6a authored over 9 years ago by Phil Freeman <[email protected]>
Updates for 0.7

ee103cf929117ab48475d03e074b8bd24d1581de authored over 9 years ago by Phil Freeman <[email protected]>
Updates for 0.7

d7ae4efb8829277118c2ebeb9a80ba256a5d0d1b authored over 9 years ago by Gary Burgess <[email protected]>
Merge pull request #44 from xuwei-k/patch-1

fix broken link in README.md

760dd23f94cb727d6e5f8308457965883367603c authored over 9 years ago by Phil Freeman <[email protected]>
fix broken link in README.md

3110d5559bd96a0b178040c7610d4509d53437a9 authored over 9 years ago by kenji yoshida <[email protected]>
Add ListT

c095c0f94f2d0039012012b8c90042c4ba5cd475 authored over 9 years ago by Phil Freeman <[email protected]>
Fix string monoid dependency

07224f20429147a0c1c501bb9788bb3e76f8f616 authored over 9 years ago by Gary Burgess <[email protected]>
Fix travis

ed65f495ecafb96742ae66f0283c7b4eaa40f461 authored over 9 years ago by Gary Burgess <[email protected]>
Merge pull request #40 from purescript/updates

Updates

27fbf8eea1b22fe7d1c193be9cc99644fa98876e authored over 9 years ago by Gary Burgess <[email protected]>
Remove unused test path

04bbc65baf5c6998000ac35e33f18036d172ad8a authored over 9 years ago by Gary Burgess <[email protected]>
Update docs, build

f215efe1ea977ff911c582b1004bda2df3127fd3 authored over 9 years ago by Gary Burgess <[email protected]>
Remove LazyN instance

bd663ab054a190a6c1e9446947e5a0426224da75 authored over 9 years ago by Gary Burgess <[email protected]>
Merge pull request #41 from hdgarrood/exceptt

ExceptT

8340a8924c055425c9a0ed7a4eb73eb287bf4ffe authored over 9 years ago by Phil Freeman <[email protected]>
Add ExceptT

ad39b0a29ad22c08fb82f64ff89efc00e63bb708 authored over 9 years ago by Harry Garrood <[email protected]>
Merge pull request #42 from hdgarrood/catchJust

Add catchJust

bbef8606c7a543869e9044016d6cf7b8b5ab4141 authored over 9 years ago by Phil Freeman <[email protected]>
Add `catchJust`

268493f5166c6cd20186d8f53ee067d90069dead authored over 9 years ago by Harry Garrood <[email protected]>
Merge pull request #39 from owickstrom/master

Add StateT with Eff example

9e7a2339c3d7e7f8ecd67ecba5d6d01354ffbe95 authored almost 10 years ago by Gary Burgess <[email protected]>
Add StateT with Eff example

1d1cdab64a897e0d9d8c53515c1dc1ede7193f06 authored almost 10 years ago by Oskar Wickström <[email protected]>
Merge pull request #37 from purescript/comonads

Comonad transformer docs

b64544bff8c4754f30b50abde64c690faaa77721 authored almost 10 years ago by Phil Freeman <[email protected]>
Comonad transformer docs

0e919afad5912202bd0b42da7bcf72756d6ec9ca authored almost 10 years ago by Phil Freeman <[email protected]>
Fix docs

728e25f1b718200089d35b350043970721ae3b94 authored almost 10 years ago by Phil Freeman <[email protected]>
Merge pull request #32 from purescript/docs

Docs

9e879ac6b631bd6da0ad5c67e48fd347df1cf369 authored almost 10 years ago by Phil Freeman <[email protected]>
Documentation

36f54fc58fe5379d8f41a3f3a1716f3aa63d170a authored almost 10 years ago by Phil Freeman <[email protected]>
Merge pull request #31 from pseudonom/patch-2

Added `monadErrorMaybe` instance

94b8465519ffe785df1f44a93890e88792b61144 authored almost 10 years ago by Phil Freeman <[email protected]>
Added `monadErrorMaybe` instance

d02b728abfea53b1c95490c87a951dbd9f12fd69 authored almost 10 years ago by pseudonom <[email protected]>
Merge pull request #30 from joneshf/master

Fix `RWST` `Apply` instance.

47bfe3f6568e9bf6239dc5dc52bd852156f6419c authored almost 10 years ago by Phil Freeman <[email protected]>
Fix `RWST` `Apply` instance.

6c6e83a0bd2ee36f07f0223ffead6974f1bd4955 authored almost 10 years ago by joneshf <[email protected]>
Update dependencies

0c94116cb60c2b4e1de9a91ae9a9afaab486cf75 authored almost 10 years ago by Gary Burgess <[email protected]>
Merge pull request #27 from pseudonom/master

Removed `Error e` constraint wherever possible

a53052ead5041e596ab79efdc78987793bbc8c7a authored almost 10 years ago by Gary Burgess <[email protected]>
Removed `Error e` constraint wherever possible

43d9d223c3597dfac8b6de2915ee469729175062 authored almost 10 years ago by Eric Easley <[email protected]>
Update dependency

3a882c0f3067af2a50d9fb46f8d15029f23b163b authored about 10 years ago by Gary Burgess <[email protected]>
Merge pull request #23 from MichaelXavier/writer-misc

Add execWriterT

79fad830ffe6ca85e3ba4adc599dd8dbb0308fea authored about 10 years ago by Phil Freeman <[email protected]>
Drop unnecessary Monad instance for Apply

2c45993f0208a5b195f7e51bfa08d67cb1d05067 authored about 10 years ago by Michael Xavier <[email protected]>
Merge pull request #25 from purescript/deps

Update array dep

d7eccbadf384483ffc59811278b5ae9c112fa0fb authored about 10 years ago by Phil Freeman <[email protected]>
use latest monoids

4259a93bfd9d4cd5538793e6c9105d42ee3d7d88 authored about 10 years ago by Phil Freeman <[email protected]>
Update array dep

8a674d488f77034607755aeb90347fcd9ce917d9 authored about 10 years ago by Phil Freeman <[email protected]>
Add execWriterT

ac33773f5dacac0fd1a4926703e6ed8e685aa999 authored about 10 years ago by Michael Xavier <[email protected]>
Update travis badge location

129eedfe8d86a409ae5c23d0453d1f4f7cc67625 authored about 10 years ago by Gary Burgess <[email protected]>
Update travis to always use latest release

b76d254cbdc1a488d85cf34ea61f135da41002aa authored about 10 years ago by Gary Burgess <[email protected]>
Update grunt task version

003a7a7b1da9904742e2c64908863d8d999c5271 authored about 10 years ago by Gary Burgess <[email protected]>
Update package files

9351196f87fe041313aaa741c73c85818d8a28c4 authored about 10 years ago by Gary Burgess <[email protected]>
Merge pull request #22 from purescript-contrib/extract-identity

Updates for extracted Identity

13ab0be6c8cb704993e3ed3cb7210ed2f29c398d authored about 10 years ago by Phil Freeman <[email protected]>
Update examples

849992b2ec4f9e397677b118e49d8f94b79f1beb authored about 10 years ago by Gary Burgess <[email protected]>
Updates for extracted Identity

c1e8082ca55324db13a5c10241801cbd424545dc authored about 10 years ago by Gary Burgess <[email protected]>
Merge pull request #19 from joneshf/comonad-trans

Comonad trans

63370646004f0c3fcf2ffd5e80846103a7648b7b authored over 10 years ago by Phil Freeman <[email protected]>
Use precompiled binaries.

99e7df7c9f549aa43c246ef4d46e824f309baf24 authored over 10 years ago by joneshf <[email protected]>
Continued with Env. Added Traced and Store.

f67933f8fa4387156da62412f994131e369ac9c0 authored over 10 years ago by joneshf <[email protected]>
Started with some comonad transformers.

9d5c4451355d127da91277e5b20da939b317c6fa authored over 10 years ago by joneshf <[email protected]>