Brooklyn Zelenka

Results 109 issues of Brooklyn Zelenka

Credo now warns by default on use of `Apply.apply`, and piping into anonymous functions. We should consider making these not conflict out of the box. > {Credo.Check.Readability.PipeIntoAnonymousFunctions, false}, > #...

- [x] `Bifunctor` - [ ] `Multifunctor` - [ ] `Contravariant` - [x] Comonad - [ ] `Plus` - [ ] `Alt` - [ ] `Alternative` - [ ] `MonadPlus`...

enhancement

Seems to be somewhere around `Chain` or `Monad`. Almost certainly long operation in a prop check.

enhancement

What it says in the title

What it says in the title

Continuation passing style would be a nice addition for many use cases

enhancement
planning

The `@spec` equivalents of `defcurry` and `defpartial`

enhancement

Current behaviour for `defpartial` is to give multiple options for the first invocation, but then you have to apply single arguments after that. It should return anonymous functions with multiple...

enhancement

Allow point free function definitions

enhancement

The README should be fleshed out more, especially with reasoning behind why this library could be useful, and what it supports (ex. Witchcraft & Algae)

enhancement
help wanted