Brooklyn Zelenka
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`...
Seems to be somewhere around `Chain` or `Monad`. Almost certainly long operation in a prop check.
What it says in the title
What it says in the title
Continuation passing style would be a nice addition for many use cases
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...
The README should be fleshed out more, especially with reasoning behind why this library could be useful, and what it supports (ex. Witchcraft & Algae)