-
In the following program, `guess1` is written as a signal function, whereas `guess2` is written as a pure function. lifted (via `fmap unbundle . liftA2`) into a signal function. The Verilog generated …
-
The special handling of `(->)` means that we can't easily find functions for queries that need to use the `a ->` functor. See here, for example: https://stackoverflow.com/questions/47779818/is-there-a…
-
`[]` and `Data.Sequence` seem almost the opposite of data `Applicative`: `pure` is linear, but `liftA2` is not. Are there other types like this?
-
Would be nice to have a way to execute an applicative in the order of the user's field assignments rather than it being reordered to match the record definition like with `recSequence mkHKD {...}`.
-
What it says in the title
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
In a Play project I tried to upgrade SBT from 1.1.4 to 1.1.5, simply changing the `sbt…
-
Currently `Traversable` supports `traverse` as per its Haskell counterpoint. `traverse` in both Haskell and Flix is applicative, however I just discovered that lazy evaluation makes Haskell's `travers…
-
Applicative "identity" law states `pure id v == v`, but `Form` violates it.
This is because its `()` instance adds `incFormId` between the two actions. As a result, `pure id v` executes `v` with …
-
- Les nombres de pfmps ne sont pas intéressants, colonne F et I en euros -> garder les colonnes telles qu'elles mais rajouter deux colonnes avec les montants en euros correspondant
- Sortir les stats …
-
It would be nice to have an easy way of installing bash completions from optparse-applicative.
We've added a small post install script to our own CLI tools with a module like the following:
```n…