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

Int bottom is not safe

ursi opened this issue 21 days ago
fixes #309: call stack exceeded in Control.Bind.Bind instance for Array

michaelficarra opened this pull request 11 months ago
add liftCompare & friends

flip111 opened this issue 11 months ago
`arrayBind` causes Maximum call stack size exceeded

acple opened this issue 11 months ago
Does Boolean HeytingAlgebra need to be foreign?

natefaubion opened this issue over 1 year ago
`ordNumber` is not compatible with IEEE 754 floats

anttih opened this issue over 1 year ago
Split Semiring into Semiring and Dioid

JordanMartinez opened this issue over 1 year ago
Test code using AlmostEff is subject to dead code elimination

anttih opened this issue over 1 year ago
6.0.1 contains a breaking change on `showRecordFields` ?

jmatsushita opened this issue almost 2 years ago
Guide type inference for Record type class instances via newtypes, not Proxies

JordanMartinez opened this pull request about 2 years ago
Update Reflexivity law of Ord

JamieBallingall opened this pull request about 2 years ago
Ord: Reflexivity law is wrong?

JamieBallingall opened this issue about 2 years ago
Clarify relationship between Ord and Eq by updating the antisymmetry law

JamieBallingall opened this pull request over 2 years ago
Separate Semiring into additive and multiplicative parts

JamieBallingall opened this issue over 2 years ago
Use `var` instead of `const`

mhmdanas opened this pull request over 2 years ago
Adds yoneda-inspired thunks for Category and Monoid

mikesol opened this pull request over 2 years ago
Separate exact and inexact division

hdgarrood opened this issue over 2 years ago
Fix String show instance

JordanMartinez opened this pull request over 2 years ago
Prepare v6.0.0 release (1st PS 0.15.0-compatible release)

JordanMartinez opened this pull request over 2 years ago
Testing batch-release-pr creation

JordanMartinez opened this pull request over 2 years ago
Add visible type applications

JordanMartinez opened this pull request almost 3 years ago
Implement Data.Reflectable

purefunctor opened this pull request almost 3 years ago
Remove proxy types

JordanMartinez opened this pull request almost 3 years ago
Migrate FFI to ES modules

JordanMartinez opened this pull request almost 3 years ago
Add Data.Reflectable

purefunctor opened this issue almost 3 years ago
Support `PartialEq` and `PartialOrd`

JordanMartinez opened this issue almost 3 years ago
Update to v0.15.0

JordanMartinez opened this pull request almost 3 years ago
Migrate to `purs-changelog` for handling changelog file

JordanMartinez opened this pull request almost 3 years ago
Change NoConstructors to newtype Void

JordanMartinez opened this pull request almost 3 years ago
Replace polymorphic proxy workaround with monomorphic Proxy type

JordanMartinez opened this pull request almost 3 years ago
Fix signum implementation

JordanMartinez opened this pull request almost 3 years ago
Add Array instance test

kamoii opened this pull request about 3 years ago
Format test code

kamoii opened this pull request about 3 years ago
Extend comment to Ord noting that Number is not fully law abiding

JamieBallingall opened this pull request about 3 years ago
Number is not a fully law abiding instance of Ord

JamieBallingall opened this issue about 3 years ago
fix typo in doc

joprice opened this pull request about 3 years ago
Simplify implementation of internal FFI function intercalate in Data.Show.Generic

cdepillabout opened this pull request about 3 years ago
Port `Debug` from `purescript-debugged` to Prelude

JordanMartinez opened this pull request about 3 years ago
Add support for `Debug` type class

JordanMartinez opened this issue over 3 years ago
Clarify docs for `flip`

JordanMartinez opened this pull request over 3 years ago
Add clearer docs for Prelude module

JordanMartinez opened this pull request over 3 years ago
Add nub constraint on Record Show instance

JordanMartinez opened this pull request over 3 years ago
Add `mapRecord` to simulate Functor Record instance

JordanMartinez opened this pull request over 3 years ago
Change Unit representaiton from `{}` to `undefined`

JordanMartinez opened this pull request over 3 years ago
Make `unit`'s JS representation `undefined`, not `{}`

JordanMartinez opened this issue over 3 years ago
Make `Data.Function#apply` point-free

mhmdanas opened this pull request over 3 years ago
Convert FFI to ES modules

i-am-the-slime opened this pull request over 3 years ago
Fix warnings revealed by v0.14.1 PS release

JordanMartinez opened this pull request over 3 years ago
Added fromInt

reactormonk opened this pull request almost 4 years ago
Kind-Polymorphism and `Show`

csicar opened this issue almost 4 years ago
Prepare v5.0.0 release

kl0tl opened this pull request almost 4 years ago
Show String outputs illegal escape sequence \& in string literals

stengerh opened this issue almost 4 years ago
Remove deprecated 'unsafeCompare'

JordanMartinez opened this pull request almost 4 years ago
Remove deprecated `unsafeCompare`

JordanMartinez opened this issue almost 4 years ago
Write changelog for upcoming release

JordanMartinez opened this pull request almost 4 years ago
Fix PR template to match other core repos

JordanMartinez opened this pull request almost 4 years ago
Add examples for power function

milesfrain opened this pull request almost 4 years ago
Generate CHANGELOG.md file using notes from previous GH releases

JordanMartinez opened this pull request almost 4 years ago
Add high-level documentation

milesfrain opened this issue almost 4 years ago
Complete daniel-chambers' PR adding Show instances to generics rep types

JordanMartinez opened this pull request almost 4 years ago
Change NoConstructors to a newtype over Void

JordanMartinez opened this pull request almost 4 years ago
Add UsingGeneric newtype

JordanMartinez opened this pull request almost 4 years ago
Add toRep

JordanMartinez opened this pull request almost 4 years ago
Improve flip example in docs

milesfrain opened this issue about 4 years ago
Show -0.0 sign

kl0tl opened this pull request about 4 years ago
Port generics-rep to prelude

JordanMartinez opened this pull request about 4 years ago
Migrate to GitHub Actions

thomashoneyman opened this pull request about 4 years ago
Fix loop

JordanMartinez opened this pull request about 4 years ago
Having `ap` depend on `map` can introduce loops

hdgarrood opened this issue about 4 years ago
[generics-rep] Add expanded documentation

milesfrain opened this issue about 4 years ago
Update type signature for `reflectSymbol` for PureScript 0.15

thomashoneyman opened this issue about 4 years ago
Ports `purescript-proxy` into this repo

JordanMartinez opened this pull request about 4 years ago
Implement `ap` in terms of `Bind`

hdgarrood opened this pull request about 4 years ago
Fix Ring laws; fixes #212

hdgarrood opened this pull request about 4 years ago
Fix warnings and doc-comments for 0.14

hdgarrood opened this pull request about 4 years ago
Make library compatible with v0.14.0

JordanMartinez opened this pull request about 4 years ago
Fix CI for preparation for 0.14

hdgarrood opened this pull request over 4 years ago
Improve documentation for IsSymbol

ursi opened this issue over 4 years ago
Should everything in purescript-prelude be exported in Prelude?

milesfrain opened this issue over 4 years ago
Beginner-friendly notes on Unit

milesfrain opened this pull request over 4 years ago
Expand on documentation

JordanMartinez opened this pull request over 4 years ago
[generics-rep] Newtypes for deriving via

kl0tl opened this issue over 4 years ago
Ring laws are too weak

hdgarrood opened this issue over 4 years ago
Fix kind warnings

Thimoteus opened this pull request over 4 years ago
Fix compiler warnings

JordanMartinez opened this pull request almost 5 years ago
Add Show1 for unary type constructors

sedram opened this issue about 5 years ago
Int Not an EuclideanRing

eric-corumdigital opened this issue about 5 years ago
Add laws

garyb opened this pull request almost 6 years ago
[generics-rep] No instance for Unit?

athanclark opened this issue about 6 years ago
Hashable type class

fehrenbach opened this pull request about 6 years ago
Add Hashable typeclass

fehrenbach opened this issue about 6 years ago
Clarify relationship between Eq and Ord

Thimoteus opened this issue over 6 years ago
Interplay between `Apply` and `Bind`

joneshf opened this issue almost 7 years ago
[generics-rep] Add algorithmic complexity notes

matthewleon opened this issue almost 7 years ago
[generics-rep] Trivial genericShow blows up the call stack

karljs opened this issue almost 7 years ago