Ecosyste.ms: OpenCollective

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

github.com/purescript/purescript-prelude

The PureScript Prelude
https://github.com/purescript/purescript-prelude

v6.0.1

f4cad0ae8106185c9ab407f43cf9abf05c256af4 authored over 2 years ago by Jordan Martinez <[email protected]>
Prep changelog for v6.0.1 release

b1816d3ce803d464f57b845fd2a1608fb63e3299 authored over 2 years ago by Jordan Martinez <[email protected]>
Remove array allocation and local array ffi from the Show instance for records (#299)

* Don't allocate an array to show a record

* Update changelog

* Simplify the code

916e009470bbec180999ea1543c1be85056bbdcb authored over 2 years ago by Anupam | अनुपम <[email protected]>
Clarify relationship between Ord and Eq by updating the antisymmetry law (#298)

* Clarify relationship between and by updating the antisymmetry law

* Update changelog

f411f347ec2193f30f2bf35b4db2c5f7d56b2d41 authored over 2 years ago by Jamie Ballingall <[email protected]>
v6.0.0 (#292)

Co-authored-by: Thomas Honeyman <[email protected]>

32787f4399c92459c41602131a5858559eb868c5 authored over 2 years ago by JordanMartinez <[email protected]>
Implement Data.Reflectable (#289)

* Implement Data.Reflectable

* Use ordering type instead of the primitive kind

* Add tests...

5f1ba9faea5d9ab6fba2c74cc1ba0aaeda8b465b authored almost 3 years ago by Justin Garcia <[email protected]>
Add nub constraint on Record Show instance (#269)

* Add nub constraint on Record Show instance

* Update changelog

* Copy Record.union and ve...

eff35177717868f8eec388b0b36b2f789b94aef8 authored almost 3 years ago by JordanMartinez <[email protected]>
Simplify implementation of internal FFI function intercalate in Data.Show.Generic (#274)

* Simplify ffi implementation of Data.Show.Generic.intercalate.

* Rename Data.Show.intercalat...

a273e0361a26c8380531454450cd5cc96c1852af authored almost 3 years ago by Dennis Gosnell <[email protected]>
Fix signum implementation (#280)

* Fix signum implementation

* Add changelog entry

* Reimplement w/o 'otherwise'

* Apply...

ab5ebdad2f4698c0f198035931f7b533bdd992f8 authored almost 3 years ago by JordanMartinez <[email protected]>
Remove proxy types (#288)

* Drop deprecated SProxy, RProxy, RLProxy, Proxy2, and Proxy3

* Remove other forall proxy wor...

3042bcbc4c78f960e56429fcec15f22205b608d8 authored almost 3 years ago by JordanMartinez <[email protected]>
Replace polymorphic proxy workaround with monomorphic Proxy type (#281)

* Remove polymorphic proxy workaround

This also formats code via purs-tidy

* Drop Proxy2 a...

b3e64ddf3b5ab3c46c7ec01296d1e7e3991cadd4 authored almost 3 years ago by JordanMartinez <[email protected]>
Change NoConstructors to newtype Void (#282)

* Change NoConstructors to newtype Void

* Add changelog entry

2ab047771b7bf5cdad762ab01133414e98f53794 authored almost 3 years ago by JordanMartinez <[email protected]>
Migrate FFI to ES modules (#287)

* Convert foreign modules to try bundling with esbuild

* Update .eslintrc.json to ES6

* Mi...

80b91b4edfb33a6ee143e54c718c4653c9653627 authored almost 3 years ago by JordanMartinez <[email protected]>
Extend comment to Ord noting that Number is not fully law abiding (#277)

* Extend comment to Ord noting that Number is not fully law abiding

* Update CHANGELOG for #277

ac720e443b3cf38e47048a3b1ab64c0dd2663d83 authored about 3 years ago by Jamie Ballingall <[email protected]>
fix typo in doc (#275)

ac7352a58a77735e7f40ee08f0886d7b9480a65b authored about 3 years ago by Joseph Price <[email protected]>
Add clearer docs for Prelude module (#270)

6ddee1b04d919378084320448f5b7009e973e0ca authored over 3 years ago by JordanMartinez <[email protected]>
Clarify docs for `flip` (#271)

* Clarify docs for `flip`

* Keep previous but altered example

12707580b19ebab43e042017991acb7f0dbdd2f2 authored over 3 years ago by JordanMartinez <[email protected]>
Change Unit representaiton from `{}` to `undefined` (#267)

* Change Unit representaiton from `{}` to `undefined`

* Update changelog

a0aa536aae9820aeb3d8ca04a559753c7390a9d0 authored over 3 years ago by JordanMartinez <[email protected]>
Update CHANGELOG.md

68f8012bc2309d9bf5832cdf7316ad052d586905 authored over 3 years ago by Thomas Honeyman <[email protected]>
Fix warnings revealed by v0.14.1 PS release (#262)

* Fix warnings revealed by v0.14.1 PS release

* Update changelog

dba90f9f314bf093facb886860d692608398b8e3 authored over 3 years ago by JordanMartinez <[email protected]>
Prepare v5.0.0 release (#259)

Update CI to build with the latest version of the compiler, update the bower repository URL to m...

37717776a3693fd5a0a614239f7de1285cba8cdf authored almost 4 years ago by Cyril <[email protected]>
Remove deprecated 'unsafeCompare' (#257)

* Remove deprecated unsafeCompare

* Update changelog to include this PR

898f35ae53ccbf2f9d2dd609754513e0b6ddb776 authored almost 4 years ago by JordanMartinez <[email protected]>
Write changelog for upcoming release (#255)

* Write changelog for upcoming release

* Add v4.1.1 release to changelog

* Document change...

d54fbf776f24b79da105067c7a107469466234d8 authored almost 4 years ago by JordanMartinez <[email protected]>
Update PR template to match other core repos (#254)

e7ced4864cea74be661345c9110d8a7fc2f4ede7 authored almost 4 years ago by JordanMartinez <[email protected]>
Generate CHANGELOG.md file using notes from previous GH releases (#252)

* Generate CHANGELOG.md file using notes from previous GH releases

* Add pull request template

b01753f84121bd5cfd0216b3bad4cb62db2b2e1e authored almost 4 years ago by JordanMartinez <[email protected]>
Add examples for `power` (#253)

6d4e63914582f6f4dc0c1db01bf8c7b25ef7c815 authored almost 4 years ago by milesfrain <[email protected]>
Complete daniel-chambers' PR adding Show instances to generics rep types (#250)

* Add Show instance to generic rep types (complete daniel-chambers PR)

Helps one see the gene...

d3cdad16a1479403a3f14f94190868ba5e25c657 authored almost 4 years ago by JordanMartinez <[email protected]>
Add toRep (#238)

* Add toRep

* Update type variable names to match class names

* Rename toRep to repOf

894e8f93070e4dcdae74c677d403b52adbcefdab authored almost 4 years ago by JordanMartinez <[email protected]>
Port generics-rep to prelude (#235)

* first commit

* Fix instances for record fields

* Break modules up

* Deriving Show (#5...

b8e3453596d669d576114c93a09eac5eb1bed14c authored almost 4 years ago by JordanMartinez <[email protected]>
Run CI on push / pull_request to master

0c1d607c7bc9df75091a03718d42e24b3e0a4e79 authored about 4 years ago by Thomas Honeyman <[email protected]>
Merge pull request #234 from purescript/github-actions

Migrate to GitHub Actions

fcf9e70af8f481943e32802308da94fb51339828 authored about 4 years ago by Cyril <[email protected]>
Migrate to GitHub Actions and update installation instructions.

b245fe7de44b1b46413138b12e3f5cf8d2a37ad9 authored about 4 years ago by Thomas Honeyman <[email protected]>
Fix loop (#233)

* Update Apply superclass law

* Change ap constraint back to Monad

* Port `ap` back to Mon...

e7ce06acc4c4930da798f359b3a548c497cbe6d3 authored about 4 years ago by JordanMartinez <[email protected]>
Merge pull request #230 from purescript/addProxy

Ports `purescript-proxy` into this repo

212e48692be1126d3eb7e0a1fc89e452cb82acfd authored about 4 years ago by Harry Garrood <[email protected]>
Add kind signatures to record type classes to remove warnings

fa7d8d2b49b9f1cb277dbedee9cd6e24f61c4fcf authored about 4 years ago by Jordan Martinez <[email protected]>
Use `forall proxy. proxy sym` solution for reifySymbol

7a99f830ec32dccc3bc8ba2202b6181366125bb4 authored about 4 years ago by Jordan Martinez <[email protected]>
Merge pull request #228 from purescript/ring-law-fix

Fix Ring laws; fixes #212

677d6710badfb7080b2d5547d4f0c47a331b1567 authored about 4 years ago by Harry Garrood <[email protected]>
Replace SProxy with Proxy

f9a884e465610d64bd4e6d6e306b0f7845eaaac8 authored about 4 years ago by Jordan Martinez <[email protected]>
Update all RLProxy to `forall rlproxy. rlproxy`

570945022c0f0992b2203eb98527e27b34fceca1 authored about 4 years ago by Jordan Martinez <[email protected]>
Replace RProxy with Proxy

164e59201ab2eb68073823c47ab5d81814266661 authored about 4 years ago by Jordan Martinez <[email protected]>
Replace RLProxy with Proxy

5cd190c1d5f735667babaa3ea6df70cc927b9b95 authored about 4 years ago by Jordan Martinez <[email protected]>
Replace RLProxy rowlist -> RProxy row with `forall proxy` solution

cd942d23524d78c4b154184afda7447c31f4c7ae authored about 4 years ago by Jordan Martinez <[email protected]>
Add explicit kind signatures to RProxy, RLProxy, and SProxy

8764b0dbe582e8b7dd2aec1281caf6be56d4ec47 authored about 4 years ago by Jordan Martinez <[email protected]>
Add deprecation notice to RProxy and RLProxy

556ad85e72dcb060ac09dc1545873b471f513a19 authored about 4 years ago by Jordan Martinez <[email protected]>
Fix typos

13a09d8d1fd57a51846dc8367f1e4bd3c55cabb5 authored about 4 years ago by Jordan Martinez <[email protected]>
Port Proxy's type class instances into respective type class modules

a4a2ebaf91e2017ace09ab55e9b48fc1218897d2 authored about 4 years ago by Jordan Martinez <[email protected]>
Explain why `forall proxy. proxy sym` is used instead of Proxy sym

11004596cbaaa7f09274fa4c8554e1c0631755a6 authored about 4 years ago by Jordan Martinez <[email protected]>
Add notice of SProxy deprecation

9a08737cf95a5f7a1b74d75b4953e464a8e3d116 authored about 4 years ago by Jordan Martinez <[email protected]>
Use `forall proxy. proxy sym` to make current SProxy code still compile

5a31dfdb60981ba1f675a3211111d6da25e53558 authored about 4 years ago by Jordan Martinez <[email protected]>
Replace SProxy with Proxy

05cc6ba6b9df678852f659833391f8a3cf6ea4e8 authored about 4 years ago by Jordan Martinez <[email protected]>
Port `Type.Proxy` code from `purescript-proxy`

87368e83d54f95023c5f9cfefaeaffa0ab7dc547 authored about 4 years ago by Jordan Martinez <[email protected]>
Implement `ap` in terms of `Bind` (#229)

Co-authored-by: Thomas Honeyman <[email protected]>

070b6eb9ac0dd36dff50e4ffc5d047ca84911595 authored about 4 years ago by Harry Garrood <[email protected]>
Fix Ring laws; fixes #212

0c7ea0aa0ceaad9abe734fc52924840fba830d0b authored about 4 years ago by Harry Garrood <[email protected]>
Merge pull request #227 from purescript/more-0.14-updates

Fix warnings and doc-comments for 0.14

cfd87116c9dd1eeeb75cf83ffaeac0224f159ed9 authored about 4 years ago by Harry Garrood <[email protected]>
Merge pull request #217 from JordanMartinez/addDocs

Expand on documentation

85aa2dbdc64c434eefa51759efacaf9cec37f350 authored about 4 years ago by Harry Garrood <[email protected]>
Merge branch 'master' into more-0.14-updates

1b99c705e87115ac1619ea0d087afe56aa18c5f7 authored about 4 years ago by Harry Garrood <[email protected]>
Merge branch 'master' into addDocs

6e14a53f6faebffd0a25fb6b75c1af288d264fea authored about 4 years ago by Harry Garrood <[email protected]>
Merge pull request #225 from purescript/ci-0.14

Fix CI for preparation for 0.14

268870d5ec7d8f425f952d6db8307c8d06e3a75d authored about 4 years ago by Harry Garrood <[email protected]>
Merge remote-tracking branch 'JordanMartinez/fixCompilerWarnings' into more-0.14-updates

48fe887e7b851994d2035f6c94a27dafb10e1cbc authored about 4 years ago by Harry Garrood <[email protected]>
Merge branch 'master' into more-0.14-updates

a4a7df472a17b2d9a68e66488612a3988f03c9ad authored about 4 years ago by Harry Garrood <[email protected]>
Change Array's element type to String to match example

85039e8ca24a09e706a639d1614be34ea1a1dcb4 authored about 4 years ago by Jordan Martinez <[email protected]>
Explain concept precisely and then use nested for loop intuition

105a53e2a0e1a02a38dd39962f6ae2310b42aa80 authored about 4 years ago by Jordan Martinez <[email protected]>
Fix spacing between closing ]

a6084150f155f04e1505658501e576edd85ee86d authored about 4 years ago by Jordan Martinez <[email protected]>
Provide a simple graph reduction of examples in Array's Bind explanation

b4240643135d21bc0e351b05120d50322d1f9cb2 authored about 4 years ago by Jordan Martinez <[email protected]>
Remove unneeded `do` in Array's Bind explanation

d939da5086fcb6ed4bf86155c4b16177869c1ca5 authored about 4 years ago by Jordan Martinez <[email protected]>
Use 'void of C-family languages' rendering

24f4ca7df4508fe0dd42ba58d96018a76a61c427 authored about 4 years ago by Jordan Martinez <[email protected]>
Refer to `void` as a keyword and fix comma mistake

8d79a6b1e52930d21ae41ae93159e08828abf183 authored about 4 years ago by Jordan Martinez <[email protected]>
Use "C-family" rather than "C-deriving" rendering

07bef30072874bb26b534e1999a01a2bca3c6ad7 authored about 4 years ago by Jordan Martinez <[email protected]>
Rework the Monoid explanation when referring to its newtypes

5ab4e520a4999a28575eb04faaf373e3136c19d8 authored about 4 years ago by Jordan Martinez <[email protected]>
Do not use do notation for explaining Array's `Bind` instance.

222434713cdb7251680b8335b66958b6c80d75a4 authored about 4 years ago by Jordan Martinez <[email protected]>
Merge pull request #214 from milesfrain/patch-2

Another example for const

7879523d528f78c4d203f3fd2935e4e04216f967 authored over 4 years ago by Harry Garrood <[email protected]>
Use 0.14.0-rc2 in CI

190a218111be55ea29523989c4d6e43f7d7a032b authored over 4 years ago by Harry Garrood <[email protected]>
Use v0.14.0-rc2 in CI

5eebcc2b1a842f089b644480d7336c3e08325023 authored over 4 years ago by Harry Garrood <[email protected]>
Merge pull request #213 from milesfrain/patch-1

Add example for lift2

b7598785594e101b3246bdbf0b2a8bb5cbf13b80 authored over 4 years ago by Harry Garrood <[email protected]>
Merge pull request #208 from kl0tl/record-bounded-instance

Add `Bounded` instance for records

fae9e768dd181b11f9f559f1028312fe6f099046 authored over 4 years ago by Harry Garrood <[email protected]>
Merge remote-tracking branch 'origin/ps-0.14'

c7b312a4fdb9a71ead18787de197ac3c9532c114 authored over 4 years ago by Harry Garrood <[email protected]>
Clarify `Unit` representation in FFI code (#223)

2b47992ab8c90db27cfc77b4f1b6e500ac2321e3 authored over 4 years ago by Mohammed Anas <[email protected]>
Merge pull request #220 from gasi/patch-1

Fix typo: ommitted → omitted

95ef4e9a0733c05d7bd50a20164dae3aed638a2c authored over 4 years ago by Gary Burgess <[email protected]>
Fix typo: ommitted → omitted

c59568717ca8d440e35655e7a0a99ea3c27cf77a authored over 4 years ago by Daniel Gasienica <[email protected]>
Merge pull request #218 from purescript/bump-pulp

Bump pulp version

23ca1f4c1a0a7fff67139426aeaf4fa3846ebd7f authored over 4 years ago by Gary Burgess <[email protected]>
Fix test command

45810712473d1c4b91afba08c7115a1411364b67 authored over 4 years ago by Gary Burgess <[email protected]>
Bump pulp version

419a196f2803da6d4c3af761df1ce4071232fe2f authored over 4 years ago by Gary Burgess <[email protected]>
Clarify what causes nesting in Array's Bind instance explanation

ec6710f2d3846a3bd81d96231d58a909205034d4 authored over 4 years ago by Jordan Martinez <[email protected]>
Port Array's "do notation" explanation from Monad to Bind instance

0bfaad0f85ad63731dac1947c04e3a4db539fd4d authored over 4 years ago by Jordan Martinez <[email protected]>
Remove do/ado notation explanation in Monad and Applicative

0fb3e863b8e6d7b28f5560a4833cbe0857fae465 authored over 4 years ago by Jordan Martinez <[email protected]>
Add level 3 header for overview of Monoid/Semigroup newtypes

bf1a5b44d10a46498c75300fe0685c7d4274472a authored over 4 years ago by Jordan Martinez <[email protected]>
Decrease header level to 3 for Monad and Applicative "ado/do notation"

6587f19e3e1866de769732be810a8daf242c385c authored over 4 years ago by Jordan Martinez <[email protected]>
Add quick overview for ado notation in Applicative

0b62cf39f59678ffa05380cf779fccaf4d661dcb authored over 4 years ago by Jordan Martinez <[email protected]>
Add quick overview of do notation in `Monad` docs

285f934e692a1fc1fcae539ff9a2152c002915c0 authored over 4 years ago by Jordan Martinez <[email protected]>
Add example of `f <$> arg1 <*> arg2 <*> ... <*> argN` to Apply docs

8157482b91f677a5c1c2ddaf057704e56aac8d2c authored over 4 years ago by Jordan Martinez <[email protected]>
Distinguish `Void` from lowercase `void` in C-deriving languages

7f4e1695749977eea96661ea6da5ea66a5f25efc authored over 4 years ago by Jordan Martinez <[email protected]>
Expand on 'uninhabitated data type' meaning for `Void`

da122085b3e896f8d808d95c34855845ad6907f5 authored over 4 years ago by Jordan Martinez <[email protected]>
Expan on Semigroup's documentation to explain purposes behind newtypes

e7de566c4255cf39b7bf67875be23c7ad202a9a6 authored over 4 years ago by Jordan Martinez <[email protected]>
Add another example of `(<>)`: list concatenation

c48a6e65ab669f896be1835be41a1256629651e3 authored over 4 years ago by Jordan Martinez <[email protected]>
Expand on Monoid's documentation to explain purpose behind newtypes

276a5e56bc5a716bc3217e22ebcb88dae0445117 authored over 4 years ago by Jordan Martinez <[email protected]>
Indicate that Array monad is a nested for loop

9464e86d5cc47000641eb4c9811da472f7c17f6d authored over 4 years ago by Jordan Martinez <[email protected]>
Merge pull request #215 from purescript/update-ci

Update CI

fcc3173714fc7df99e2821847b60d033f9598a81 authored over 4 years ago by Gary Burgess <[email protected]>
Update CI

f4bb4e605d0dff38780733b4ae0bce74cf3f658f authored over 4 years ago by Gary Burgess <[email protected]>
const example review feedback

5e4cf10979954415e6b20920444a1bfbcd81e8a8 authored over 4 years ago by milesfrain <[email protected]>
Another example for const

f299effbfe1575c5183053f9cc5e30036d6ab063 authored over 4 years ago by milesfrain <[email protected]>