-
The test passed on my machine, but when I submitted the code I got an error message:
```
Tests failed
Cabal file info not found for string-conversions-0.4.0.1@sha256:9c4075e54aa6cabfe244e07e2a1de…
-
```
AttributeError: 'Values' object has no attribute 'pep_references'
Exiting due to error. Use "--traceback" to diagnose.
Please report errors to .
Include "--traceback" output, Docutils version…
-
The [`v4` branch](https://github.com/elmish/Elmish.WPF/tree/v4) includes the new features [`Bindings.mapModel`](https://github.com/elmish/Elmish.WPF/blob/ff1794eacf29fb16224e676da0eac52cdb93ab2f/src/E…
-
Sanctuary is defined in part by what it does *not* support. We have done a good job of managing complexity and entropy, and we must continue to do so if Sanctuary is to live a long, healthy life.
R…
-
Consider porting all of the following:
- [x] 2-Category.agda
- [x] 2-Category/Categories.agda
- [x] Adjunction.agda
- [x] Adjunction/Composition.agda
- [x] Adjunction/CompositionLaws.agda
- [x…
-
Submit PRs to `feature/zconduit`. Reply below to claim an item.
Constructors:
- [x] absolve
- [x] access
- [x] accessM
- [x] accessStream
- [x] apply(A*)
- [x] bracket
- [x] bracketExit…
-
I may be misunderstanding the proposal, but I don't understand why you need the ability to do `[] :> f` or `Promise.resolve(x) :> f` or the other `@@lift` operations defined in there. I guess it's a g…
-
Obviously, we need a good story for traversals. Currenty, there is the `Wander` type class, that allows to
lift a traversable functor into the profunctor. While this looks quite neat and similar to `C…
-
Could we generalise `lensVL` and `toLensVL` so that they work for arbitrary optic flavours, e.g. as `vl` and `toVL`? This might make interoperation with `lens` code less noisy, but it's not clear if w…
-
A few issues with how Bow uses operators:
- All the custom operators introduced use the same precedence group that ships with Swift (`AdditionPrecedence`). This prevents them from playing nicely wi…