-
Now bunch of Cardano errors are returned in raw form, which is hard to comprehend for user. We need to cover all such errors, preferably by static check of constraints DSL.
All stuff covered by sta…
-
if i have this setup:
![image](https://user-images.githubusercontent.com/232549/120601468-43db4680-c44a-11eb-9df6-f742ec1f0b40.png)
works
if i press ctrl-g and do this:
![image](https://us…
-
`sequence(Either.of, [Either.of('wing')]); // Right(['wing'])` : how is this supposed to work? Array does not have `.sequence`.
`sequence(Either.of, new List([Either.of("wing")]))` might work here.
…
-
Writing an application that connects to several different Nix stores concurrently (with the number variable at runtime) is quite awkward. It would require either:
1) Create a monad transformer that…
-
I am observing a strange error when using ExtLib. I am unsure if it is a bug or some sort of limitation, related to universes. In short, I've modified `examples/StateGame.v` ExtLib example, changing s…
-
Error log:
```
("Could not send query to da node after 1 tries. The process may not be running, please check the daemon-argument"
Oct 30 12:12:55 zeko c2s13gp7zdpv7xgm9d3c03xr6jkmj9px-sequencer[106…
-
I am finding the type errors very cryptic and hard to fix, though once you get the hang of it, it becomes better. But when you are starting out with this library its a big pain.
Also, can there be …
-
It looks like the Bintray hosting has been shutdown, which leads to the dependency cannot be resolved.
`13:28:45 [warn] Note: Unresolved dependencies path:
13:28:45 [error] sbt.librarymanagemen…
-
-
quite often, you don't need the full power of a monad and the corresponding applicative functor is sufficient. these cases could be detected by the macro.
additionally, there are at least some monads…