relude icon indicating copy to clipboard operation
relude copied to clipboard

FP-inspired prelude/standard library for ReasonML projects

Results 46 relude issues
Sort by recently updated
recently updated
newest added

I noticed the IO debounce/throttle tests fail sometimes, seemingly from timing issues. In the `Relude_Timer`, `Relude_Debounce`, and `Relude_Throttle` tests, I tried the `Jest.useFakeTimers`/`Jest.advanceTimerBy` (or whatever) API and it seemed to...

type:enhancement

It would be interesting to see what it would take to build relude natively, even if we don't have a specific use case right now. We know there are some...

type:discussion

Since we are starting to get more libs in the ecosystem, it would be nice to have a CI build that compiles all the libs at their latest versions whenever...

type:enhancement
type:discussion

It would be handy to have a arbitrary precision numeric type, like BigDecimal from Java/Scala. We could also consider adding a `Numeric` typeclass that could be brought into scope for...

type:enhancement
change:minor

Support an arbitrarily large arbitrary precision number. Here is an implementation I'm familiar with that we might be able to borrow ideas from: https://github.com/fponticelli/thx.core/blob/master/src/thx/bigint/DecimalImpl.hx

type:enhancement

It would be really useful to have a stack-safe `MonadRec` implementation, for use in IO, parsers, etc. https://github.com/purescript/purescript-tailrec/blob/master/src/Control/Monad/Rec/Class.purs#L54-L55 I've started adding some of our own typeclasses in this file (e.g....

type:enhancement

We have a lot of functions in List and Array that are basically the same, but ti's easy to forget to add things in both places. We have this concept...

type:enhancement

Thank you for this invaluable piece. In my use case, the existence of Relude is a must to make more common codes between server-side code (built in native compilation) and...

Back in the day, we had added support for OCaml's binding-ops for everything that implemented monad and applicative/functor. I think maybe that work never got merged because Bucklescript refused to...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies