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

Merge pull request #18 from purescript-contrib/errort

Simplify superinstance constraints for ErrorT

8de108b06bded3fe996553a7bbb4b6bb7306941d authored over 10 years ago by Phil Freeman <[email protected]>
Simplify superinstance constraints for ErrorT

a05983dc942e638e6e3f8a3dca5eb4c8afd8aca8 authored over 10 years ago by Phil Freeman <[email protected]>
Merge pull request #17 from nullobject/master

Fix typo for Apply ContT instance.

f219dd93cd9c74b1a59f26ef0bf1f0e5d78566d1 authored over 10 years ago by Phil Freeman <[email protected]>
Fix typo for Apply ContT instance.

4ff6ce1d80bfb9e32b8a258d64759451d2077686 authored over 10 years ago by Josh Bassett <[email protected]>
Update README.md

947300ff2b99becf6f7a4fde7f3c9f70842d8864 authored over 10 years ago by Gary Burgess <[email protected]>
Merge pull request #16 from ethul/topic/move-free

Moving Free and Trampoline to purescript-free

09ada902e12093943ffb7dd8f3667da04c4798b5 authored over 10 years ago by Gary Burgess <[email protected]>
Moving Free and Trampoline to purescript-free

As discussed in issue #15

a9fdee6e71fd97e205236fb7e9509b35818d3608 authored over 10 years ago by eric thul <[email protected]>
Merge pull request #14 from purescript-contrib/lazy

Add Lazy instance for StateT

fc68329a50273734211c7b400a716d1c28ca1499 authored over 10 years ago by Phil Freeman <[email protected]>
Add Lazy instance for StateT

737d86e73815faa78a3fe46640a8636913bfdc80 authored over 10 years ago by Phil Freeman <[email protected]>
Merge pull request #13 from joneshf/master

Add Extract/Comonad instances for Identity.

bda0441e4c9d4aba75c519943ee52d2dbfb7d432 authored over 10 years ago by Phil Freeman <[email protected]>
Add Extract/Comonad instances for Identity.

6eee23370ff7b822dd4c187a6f85c612239773b8 authored over 10 years ago by joneshf <[email protected]>
Merge pull request #9 from purescript-contrib/no-alt

Remove Alt instances for Either

9e1c4a0bf07ce6cd7db7318362ab75bb5508c314 authored over 10 years ago by Phil Freeman <[email protected]>
Remove unused imports

cb1466a0324b9869841fc9bbd767069b990709a8 authored over 10 years ago by Phil Freeman <[email protected]>
Merge pull request #11 from ethul/topic/goEff

Topic/go eff

dc5efdd8d427dae2f2af6f64c315b3ad84660ef4 authored over 10 years ago by Phil Freeman <[email protected]>
Removing extra function wrapper for goEff

fdd4bddab247d2162ce22a0798ad7d9829d29e87 authored over 10 years ago by eric thul <[email protected]>
Merge remote-tracking branch 'upstream/master'

0089f36ce9e41951ec86b637ae299e701891863a authored over 10 years ago by eric thul <[email protected]>
Remove Alt instances for Either

34197ff05d969b681b06e226c2d772b0a89d827c authored over 10 years ago by Phil Freeman <[email protected]>
Merge pull request #8 from purescript-contrib/alternative

Add Alt, Plus, MonadPlus, update Alternative

5c328adb05d6e3b6f55cc12e2b6440b29815d067 authored over 10 years ago by Gary Burgess <[email protected]>
Remove unnecessary Prelude imports

c5318819d77a7d2374cf48aa6efd89a163ec1bab authored over 10 years ago by Gary Burgess <[email protected]>
Add Alt, Plus, MonadPlus, update Alternative

3937f51d07e61d593c7c1df4e79b84d5fcef9311 authored over 10 years ago by Gary Burgess <[email protected]>
Use newtypes where possible

ff5836d98c82dc50777a6e478d35bed84e417127 authored over 10 years ago by Gary Burgess <[email protected]>
Add travis build

cfd9c4be6bff7267693b7b3f17ddae3b2ea66669 authored over 10 years ago by Gary Burgess <[email protected]>
Update FFI code for `Free`, fixes #7

ec4716aa69dbd5ef7b58683464bda3ba12c5ee6f authored over 10 years ago by Gary Burgess <[email protected]>
Use helper to construct `See`, fixes #6

e5c7a9b82bb751f8060a544252dc0f0c241136ca authored over 10 years ago by Gary Burgess <[email protected]>
Merge pull request #5 from joneshf/master

Added RWS.

0f5c92aba5f9c658539cd9e71c6a7cf76dce0724 authored over 10 years ago by Gary Burgess <[email protected]>
Use record rather than 3-tuple.

ce4cb247fdb1d0a69f1b5d39a40f53de50569bc1 authored over 10 years ago by joneshf <[email protected]>
Added RWS.

01481728239fc98df04bd53ebc3ee87c12fc46f2 authored over 10 years ago by joneshf <[email protected]>
Drop unnecessary var from type synonyms

b6d931b5d5d6d9327048502c180b641d21b6ae00 authored over 10 years ago by Gary Burgess <[email protected]>
Fix state example

d15d9663d71417882ffe36667876199e5a9434db authored over 10 years ago by Gary Burgess <[email protected]>
Use unit

d9962a54efc71794b580fba4bed593b40b3ed2f5 authored over 10 years ago by Gary Burgess <[email protected]>
Merge pull request #4 from ethul/topic/free

Topic/free

aaa86da15b51de3d51aca19e0bb30d1a796e9f95 authored over 10 years ago by Phil Freeman <[email protected]>
Updating the README

7e9caf9ba4e1564cfa96da75c4aa204a8bd2c892 authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/purescript-free' into topic/free

a1bf89845bbea61a4d79847c3f6a323dc402a806 authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/iterm-stack-issue' of github.com:purescript-contrib/purescript-free into topic/purescript-free

Conflicts:
bower.json

663febf70fd99cba4eab305f0b6db51f7e8eecf4 authored over 10 years ago by eric thul <[email protected]>
Implementing specialization of go for Eff

As discussed in issue purescript-contrib/purescript-free#6

1db717137b4ad2b3a71fd02bc45125eabe9b7f9c authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/free'

d5cd80c9784dfb2621f98e1e8353d7eae17c76bd authored over 10 years ago by eric thul <[email protected]>
Updating repository for the addition of Free

497d40bb1e00b401a11bd23788a3fd10f8e6315d authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/purescript-free' into topic/free

Conflicts:
.gitignore

8032d99171f3204a0d53f68c1431546a7db59166 authored over 10 years ago by eric thul <[email protected]>
Removing unused files

31e9ed2ea4c3b2978b4a01c418ab66eaa3904136 authored over 10 years ago by eric thul <[email protected]>
Renaming dist directory

88d332317842ae80bedcf3236f145f3f9d7090c7 authored over 10 years ago by eric thul <[email protected]>
Updating iterM implementation

Thanks to @paf31

74d96fa8c2fda89f78d887630cb842df3609757c authored over 10 years ago by eric thul <[email protected]>
Adding runM and foldMap

Potential alternatives for iterM to resolve issue #6

136c7fd2c721b148c876b9f0dc02ac2359f3cde3 authored over 10 years ago by eric thul <[email protected]>
Updating example to use iterM

da17162020ed9b96cce6775d9e4d8dcd68afef19 authored over 10 years ago by eric thul <[email protected]>
Add generated docs

23063759f18388255ab8c923849d603499a4d544 authored over 10 years ago by Gary Burgess <[email protected]>
Update build

3eff2993dccfdc771f7560f45f26cd9f0ed08f79 authored over 10 years ago by Gary Burgess <[email protected]>
Bumping version number to 0.0.7

08e0e97ed6e0c40c9706d7ab36d3bbc89be8c335 authored over 10 years ago by eric thul <[email protected]>
Merge branch 'puffnfresh-trampoline'

3b28cbc8f9846b6d699570c72262bc2cb4c177a6 authored over 10 years ago by eric thul <[email protected]>
Updating module documentation

dd131c02facc5ab84c6c86cf1cdbd90435ff0229 authored over 10 years ago by eric thul <[email protected]>
Add Control.Monad.Trampoline

c8b4780634bc3f24bc74281256bc21f95f099e48 authored over 10 years ago by Brian McKenna <[email protected]>
Add Gosub constructor and tail recursive `go`

e79902ea5f433169f59f305d10cb30292ed6a3b5 authored over 10 years ago by Brian McKenna <[email protected]>
Add execWriter

5e0f904be6b42cd2f8374e28c756675a701a865a authored over 10 years ago by Gary Burgess <[email protected]>
Update ignored files

3261806223487f38a7bd2a42d8caf0f80c379b6f authored over 10 years ago by Gary Burgess <[email protected]>
Merge branch 'topic/updating-dependencies'

a56737105535b67f2a893621f9159c79e9bb06fc authored over 10 years ago by eric thul <[email protected]>
Bumping version number to 0.0.6

17e4adc485d6691bfa5f81f50d1b9331ff20ee35 authored over 10 years ago by eric thul <[email protected]>
Updating dependencies

ae60fb5e3104da0f556ea19730f54597e5827971 authored over 10 years ago by eric thul <[email protected]>
Updating file extensions and repository location

b4bf52b8646c94df9ab05635991efcef80f30ed0 authored over 10 years ago by eric thul <[email protected]>
Bumping version number to 0.0.5

8e279b5bc4f1e26ab8b8ac85e9f36db44799d8bc authored over 10 years ago by eric thul <[email protected]>
Correcting bower repository URL

f0889e03fcd9952d5c2cfc5e8a56cae5ed51e3a6 authored over 10 years ago by eric thul <[email protected]>
Fix non-termination issue

74d53b1996a9b973304bc55643b4ee1c6cd65a08 authored over 10 years ago by Phil Freeman <[email protected]>
Fix pure for MaybeT

64fa7200dc328fc79090426cddb64ed6e4ccffc9 authored over 10 years ago by Gary Burgess <[email protected]>
Fix <*> for StateT

5e312213b261aa8ce3c3dafb65e4d63dfb574661 authored over 10 years ago by Phil Freeman <[email protected]>
Updating classes for 0.5.0

d2bc1031529968ec91a5b521923f11c44623c832 authored over 10 years ago by Gary Burgess <[email protected]>
Update classes for 0.5.0

235776da13ddd050243a4daa9944fc994c8f2724 authored over 10 years ago by Gary Burgess <[email protected]>
Merge branch 'topic/monad-cont-instances'

a6d554be377fa0f46b6ec2bb5b1ad9827d9d8489 authored over 10 years ago by eric thul <[email protected]>
Adding MonadCont instances

2352d3bacc726477920ad8604cc7e2df69be1e36 authored over 10 years ago by eric thul <[email protected]>
Bumping version number to 0.0.3

32ea50831853ae2bda897a7fa78a4bf3cbcae841 authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/applicative-instance'

0b4e0b73b453ec05f2f06b40bc545fce8ed0ed97 authored over 10 years ago by eric thul <[email protected]>
Removing trailing whitespace

fc255e54c56f54ea76d5b143976fc0c8fc96cbc7 authored over 10 years ago by eric thul <[email protected]>
Add applicative instance

891f3c79aead2c19722de44ed91a9f4115c26986 authored over 10 years ago by Gary Burgess <[email protected]>
Bumping version number to 0.0.2

09a8f0e827ca92a3ce212f25da17fc5a4db92bfa authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/free-functions'

8a66e45e6798a7ed67036264ed4e48214fa78d82 authored over 10 years ago by eric thul <[email protected]>
Add Applicative and Functor instances for MaybeT

adb710ba2fdc6de74ff7ad93a0e9d99ffd5a694b authored over 10 years ago by Gary Burgess <[email protected]>
Merge pull request #1 from ethul/topic/continuation-monad-transformer

Initial implementation of ContT

9e72f03de729bba3e4c551b439ba3a3d94632bbc authored over 10 years ago by Gary Burgess <[email protected]>
Initial implementation of ContT

Based off of:
https://gist.github.com/paf31/2dfcefe275db262beb42

b038e6ea62174d0f9b159cdf3f85e793dd627f65 authored over 10 years ago by eric thul <[email protected]>
Adding iterM

4ab13a201d746f9a26656ad4ed27d47267d92999 authored over 10 years ago by eric thul <[email protected]>
Functor and Applicative instances for StateT

25cb8cf05a66c8ceb18c1912dce1d656d580a143 authored over 10 years ago by Phil Freeman <[email protected]>
Fix examples, fixes for no overlapping instances.

da8817f1dca9d48321a3cd503a7214390563a84a authored over 10 years ago by Phil Freeman <[email protected]>
Bumping version number to 0.0.1

885fa4fe63f8d2440bcb556a9439335a1619e13d authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/package-changes'

13847718251411d67ee5ea4d761ced52f73dcf0c authored over 10 years ago by eric thul <[email protected]>
Updating bower and package files

f9b3cf30ae8017173584cbb0d74a68a4a77a7310 authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/nami-doc-master'

f25c45378d9a4ba454e9c93eb511e074419bf1ab authored over 10 years ago by eric thul <[email protected]>
Small typo and point-free `return`

f7797b5b39e17d07427abaee496932a0c7cf3e16 authored over 10 years ago by Nami-Doc <[email protected]>
Merge branch 'topic/project-bootstrap'

d32017b37a8542cdd08447abc0fb61455b0507fe authored over 10 years ago by eric thul <[email protected]>
Beginning a free monad implementation

be30684ab1151e1ffb38346d6132aa9b55bd3980 authored over 10 years ago by eric thul <[email protected]>
Initial commit

00c2c314c0b179265fc7151037af6b6bb0f49436 authored over 10 years ago by eric thul <[email protected]>
Update dependencies

15175eea004874ab0663c9f6740314b8f5ef8864 authored over 10 years ago by Gary Burgess <[email protected]>
A few instances needed by ParserT

dd30289c9e8f946b86f56008c5da97be45ba3d46 authored almost 11 years ago by Phil Freeman <[email protected]>
Update dependencies, use psc-make

48586736d019e6feb06dcaa66feea9405919d91b authored almost 11 years ago by Gary Burgess <[email protected]>
bower.json

38115e04a1eddf40d4dac67232561169bd5e3feb authored almost 11 years ago by Gary Burgess <[email protected]>
Remove old files

1cfc5571f38c8f99e25ea997a88b3e494a59cc97 authored almost 11 years ago by Gary Burgess <[email protected]>
Add missing evalState, execState, mapState

bd5c2b6bc05ce2c7683d4ffcb2e6b053f5e80876 authored almost 11 years ago by Gary Burgess <[email protected]>
Add missing mapWriter

a24afa9eb718aed3b230ac1ff382feb55e2dff58 authored almost 11 years ago by Gary Burgess <[email protected]>
Add grunt build

34a4ab9878fe0aa80d2df6f5d21dc52643315ac0 authored almost 11 years ago by Gary Burgess <[email protected]>
Add missing instances for MonadWriter

39b3171e076913221d90041b851261fc5b5bb88a authored almost 11 years ago by Gary Burgess <[email protected]>
Add missing instances for MonadState

d0a0fdfa622a086124111e2b53ce0ccf3c80b2b9 authored almost 11 years ago by Gary Burgess <[email protected]>
Add instances for MonadReader

7cc15bb742ef34bbfe938233d42668a12aeaba86 authored almost 11 years ago by Gary Burgess <[email protected]>
Add missing mapMaybeT

9c33410c9c001e5ad4d4f77d0d8ff8a9fcdbb887 authored almost 11 years ago by Gary Burgess <[email protected]>
Add MonadError

8489fad2b74cc0bcbf4eb5bd4ef3da1831896d7e authored almost 11 years ago by Gary Burgess <[email protected]>
Add liftCatch

11b9b76de95da285b7b5c0a8654e9996a8c05ff4 authored almost 11 years ago by Gary Burgess <[email protected]>
Remove mkdirs that are now handled by psc

2c79274f71f612e6a575bec60eaf02d3d2074ec2 authored almost 11 years ago by Gary Burgess <[email protected]>