-
> **I1010 16:19:44.820283 7676 event_loop.cc:11] evpp::EventLoop::EventLoop this=00646770
> I1010 16:19:44.869289 7676 event_loop.cc:56] evpp::EventLoop::Init this=00646770**
I1010 17:14:01.…
-
I'm tring to compare 2 EADT values, but I get:
No instance for (Data.Functor.Classes.Eq1 (VariantF '[ValF, EmptyNoteF]))
arising from a use of ‘==’
-
Hi, thank you for your very useful package and all the hard work you put into it. I have minor suggestion to add an equivalence relation (`Equivalence` from `Data.Functor.Contravariant`)
```Haskell…
-
There is an issue with the VM interface, or with the VM tests.
There is no synchronization in the VM implementation to ensure that the vm is really started after `VM.start`, nor that it is really sto…
layus updated
6 years ago
-
I noticed, while reading part 3, "Instance Declarations", that you used two different syntaxes:
You start out with a `:`.
```scala
extension intAdditionSemigroup : new Semigroup[Int] {
def combi…
-
Within the Cubical.Categories module, one distinguishes between Instances and Constructions. The only distinguishing criterion that I can think of is that constructions are instances with "many" param…
-
Similar to how @anatoly-scherbakov illustrated his article and similar to https://github.com/dbrattli/OSlash/wiki/Functors,-Applicatives,-And-Monads-In-Pictures
-
The generic `Rep` definition is too robotic, if I derive `Representable Count` I most likely don't want to index by `Rep Count = Either () (Either () ())` but by something like `data Move = Rock | Pap…
-
was trying to setup build for xmrig-cuda in ubunut, but getting error,
> `/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with '...':
435 | function(…
-
In [#43](https://github.com/tc39/proposal-first-class-protocols/issues/43#issuecomment-1542107331) I asked how the syntax for invoking protocols would look.
The answer provided was:
```js
stoog…