Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/purescript/purescript-free
Free monads, Cofree comonads, Yoneda and Coyoneda functors, and the Trampoline monad.
https://github.com/purescript/purescript-free
Merge branch 'topic/free-revival'
fd5837e9cad724e38e950ed257f0e78a001bb5f2 authored over 10 years ago by eric thul <[email protected]>
fd5837e9cad724e38e950ed257f0e78a001bb5f2 authored over 10 years ago by eric thul <[email protected]>
Updating repository with latest changes to Free
As discussed in purescript-contrib/purescript-transformers#15
935dffee47eca75c05ac593c8ee99e50acb13224 authored over 10 years ago by eric thul <[email protected]>
Removing extra function wrapper for goEff
e710a4caae90de216cf36d967fec811715639999 authored over 10 years ago by eric thul <[email protected]>
e710a4caae90de216cf36d967fec811715639999 authored over 10 years ago by eric thul <[email protected]>
Use newtypes where possible
33595ad8ad2cb5730f5ebfbc945e3f0e00cb044d authored over 10 years ago by Gary Burgess <[email protected]>
33595ad8ad2cb5730f5ebfbc945e3f0e00cb044d authored over 10 years ago by Gary Burgess <[email protected]>
Update FFI code for `Free`, fixes #7
e8abb31560925cc04fa4df45599039f02d61f8ca authored over 10 years ago by Gary Burgess <[email protected]>
e8abb31560925cc04fa4df45599039f02d61f8ca authored over 10 years ago by Gary Burgess <[email protected]>
Use unit
0c685ac4c40acc6146c0e80b887d92bd1876e3de authored over 10 years ago by Gary Burgess <[email protected]>
0c685ac4c40acc6146c0e80b887d92bd1876e3de authored over 10 years ago by Gary Burgess <[email protected]>
Merge branch 'release/0.0.1'
e1f68780c99b56c3131f7fb47a65652e48d8c80f authored over 10 years ago by eric thul <[email protected]>
e1f68780c99b56c3131f7fb47a65652e48d8c80f authored over 10 years ago by eric thul <[email protected]>
Bumping version number to 0.0.1
b94ebca9917de888e3f0958cf5edccff863302f4 authored over 10 years ago by eric thul <[email protected]>
b94ebca9917de888e3f0958cf5edccff863302f4 authored over 10 years ago by eric thul <[email protected]>
Updating package info
750c446ff59a5f11a797322f15048c44a00ca8f0 authored over 10 years ago by eric thul <[email protected]>
750c446ff59a5f11a797322f15048c44a00ca8f0 authored over 10 years ago by eric thul <[email protected]>
Merge pull request #1 from paf31/exists
Use purescript-exists
d5d398a8abeefd707c8997baa554b92ee26af5f4 authored over 10 years ago by eric <[email protected]>
Fix circular reference / stack overflow issue
96a4cf1cfd3145ec0c459b272bd448e8192c73a8 authored over 10 years ago by Phil Freeman <[email protected]>
96a4cf1cfd3145ec0c459b272bd448e8192c73a8 authored over 10 years ago by Phil Freeman <[email protected]>
Use purescript-exists
667c453c7abb43701143d296e4c3515eeaa55aa9 authored over 10 years ago by Phil Freeman <[email protected]>
667c453c7abb43701143d296e4c3515eeaa55aa9 authored over 10 years ago by Phil Freeman <[email protected]>
Removing unused import
98122ccafbc4dfe8d9b205f64e657ace9ef80d8b authored over 10 years ago by eric thul <[email protected]>
98122ccafbc4dfe8d9b205f64e657ace9ef80d8b authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/implementation'
5dd693db0ccd6646be4cb296b1921064778d0d8d authored over 10 years ago by eric thul <[email protected]>
5dd693db0ccd6646be4cb296b1921064778d0d8d authored over 10 years ago by eric thul <[email protected]>
Implementing Yoneda and Coyoneda
9993cfbddb5e5e233ce53364e2ddf21bb33ac417 authored over 10 years ago by eric thul <[email protected]>
9993cfbddb5e5e233ce53364e2ddf21bb33ac417 authored over 10 years ago by eric thul <[email protected]>
Deprecation notice
02d49df48e23579e18c20f08e7ec9500b8b6e8c6 authored over 10 years ago by eric thul <[email protected]>
02d49df48e23579e18c20f08e7ec9500b8b6e8c6 authored over 10 years ago by eric thul <[email protected]>
Bumping version number to 0.0.8
02fb933f095043e61cb1b929957f00905eb85763 authored over 10 years ago by eric thul <[email protected]>
02fb933f095043e61cb1b929957f00905eb85763 authored over 10 years ago by eric thul <[email protected]>
Merge branch 'topic/iterm-stack-issue'
ac70cb1d2440b900aba00d75f67c6543bf4940f2 authored over 10 years ago by eric thul <[email protected]>
ac70cb1d2440b900aba00d75f67c6543bf4940f2 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]>
Renaming dist directory
88d332317842ae80bedcf3236f145f3f9d7090c7 authored over 10 years ago by eric thul <[email protected]>
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]>
da17162020ed9b96cce6775d9e4d8dcd68afef19 authored over 10 years ago by eric thul <[email protected]>
Initial commit
4aeb3ed4b3880615de242350bc06ed622e195382 authored over 10 years ago by eric thul <[email protected]>
4aeb3ed4b3880615de242350bc06ed622e195382 authored over 10 years ago by eric thul <[email protected]>
Bumping version number to 0.0.7
08e0e97ed6e0c40c9706d7ab36d3bbc89be8c335 authored over 10 years ago by eric thul <[email protected]>
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]>
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]>
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]>
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]>
e79902ea5f433169f59f305d10cb30292ed6a3b5 authored over 10 years ago by Brian McKenna <[email protected]>
Merge branch 'topic/updating-dependencies'
a56737105535b67f2a893621f9159c79e9bb06fc authored over 10 years ago by eric thul <[email protected]>
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]>
17e4adc485d6691bfa5f81f50d1b9331ff20ee35 authored over 10 years ago by eric thul <[email protected]>
Updating dependencies
ae60fb5e3104da0f556ea19730f54597e5827971 authored over 10 years ago by eric thul <[email protected]>
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]>
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]>
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]>
f0889e03fcd9952d5c2cfc5e8a56cae5ed51e3a6 authored over 10 years ago by eric thul <[email protected]>
Fix non-termination issue
74d53b1996a9b973304bc55643b4ee1c6cd65a08 authored almost 11 years ago by Phil Freeman <[email protected]>
74d53b1996a9b973304bc55643b4ee1c6cd65a08 authored almost 11 years ago by Phil Freeman <[email protected]>
Updating classes for 0.5.0
d2bc1031529968ec91a5b521923f11c44623c832 authored almost 11 years ago by Gary Burgess <[email protected]>
d2bc1031529968ec91a5b521923f11c44623c832 authored almost 11 years ago by Gary Burgess <[email protected]>
Bumping version number to 0.0.3
32ea50831853ae2bda897a7fa78a4bf3cbcae841 authored almost 11 years ago by eric thul <[email protected]>
32ea50831853ae2bda897a7fa78a4bf3cbcae841 authored almost 11 years ago by eric thul <[email protected]>
Merge branch 'topic/applicative-instance'
0b4e0b73b453ec05f2f06b40bc545fce8ed0ed97 authored almost 11 years ago by eric thul <[email protected]>
0b4e0b73b453ec05f2f06b40bc545fce8ed0ed97 authored almost 11 years ago by eric thul <[email protected]>
Removing trailing whitespace
fc255e54c56f54ea76d5b143976fc0c8fc96cbc7 authored almost 11 years ago by eric thul <[email protected]>
fc255e54c56f54ea76d5b143976fc0c8fc96cbc7 authored almost 11 years ago by eric thul <[email protected]>
Add applicative instance
891f3c79aead2c19722de44ed91a9f4115c26986 authored almost 11 years ago by Gary Burgess <[email protected]>
891f3c79aead2c19722de44ed91a9f4115c26986 authored almost 11 years ago by Gary Burgess <[email protected]>
Bumping version number to 0.0.2
09a8f0e827ca92a3ce212f25da17fc5a4db92bfa authored almost 11 years ago by eric thul <[email protected]>
09a8f0e827ca92a3ce212f25da17fc5a4db92bfa authored almost 11 years ago by eric thul <[email protected]>
Merge branch 'topic/free-functions'
8a66e45e6798a7ed67036264ed4e48214fa78d82 authored almost 11 years ago by eric thul <[email protected]>
8a66e45e6798a7ed67036264ed4e48214fa78d82 authored almost 11 years ago by eric thul <[email protected]>
Adding iterM
4ab13a201d746f9a26656ad4ed27d47267d92999 authored almost 11 years ago by eric thul <[email protected]>
4ab13a201d746f9a26656ad4ed27d47267d92999 authored almost 11 years ago by eric thul <[email protected]>
Bumping version number to 0.0.1
885fa4fe63f8d2440bcb556a9439335a1619e13d authored almost 11 years ago by eric thul <[email protected]>
885fa4fe63f8d2440bcb556a9439335a1619e13d authored almost 11 years ago by eric thul <[email protected]>
Merge branch 'topic/package-changes'
13847718251411d67ee5ea4d761ced52f73dcf0c authored almost 11 years ago by eric thul <[email protected]>
13847718251411d67ee5ea4d761ced52f73dcf0c authored almost 11 years ago by eric thul <[email protected]>
Updating bower and package files
f9b3cf30ae8017173584cbb0d74a68a4a77a7310 authored almost 11 years ago by eric thul <[email protected]>
f9b3cf30ae8017173584cbb0d74a68a4a77a7310 authored almost 11 years ago by eric thul <[email protected]>
Merge branch 'topic/nami-doc-master'
f25c45378d9a4ba454e9c93eb511e074419bf1ab authored almost 11 years ago by eric thul <[email protected]>
f25c45378d9a4ba454e9c93eb511e074419bf1ab authored almost 11 years ago by eric thul <[email protected]>
Small typo and point-free `return`
f7797b5b39e17d07427abaee496932a0c7cf3e16 authored almost 11 years ago by Nami-Doc <[email protected]>
f7797b5b39e17d07427abaee496932a0c7cf3e16 authored almost 11 years ago by Nami-Doc <[email protected]>
Merge branch 'topic/project-bootstrap'
d32017b37a8542cdd08447abc0fb61455b0507fe authored almost 11 years ago by eric thul <[email protected]>
d32017b37a8542cdd08447abc0fb61455b0507fe authored almost 11 years ago by eric thul <[email protected]>
Beginning a free monad implementation
be30684ab1151e1ffb38346d6132aa9b55bd3980 authored almost 11 years ago by eric thul <[email protected]>
be30684ab1151e1ffb38346d6132aa9b55bd3980 authored almost 11 years ago by eric thul <[email protected]>
Initial commit
00c2c314c0b179265fc7151037af6b6bb0f49436 authored almost 11 years ago by eric thul <[email protected]>
00c2c314c0b179265fc7151037af6b6bb0f49436 authored almost 11 years ago by eric thul <[email protected]>