-
On 1fe7492
```
(= ((($s $x) $y) mul) ($s (M $x $y)))
(= ($s (put $x)) ($s $x))
!((E $p) mul)
```
hangs.
This should return `((E $p) mul)` unreduced.
-
https://coq.github.io/doc/v8.11/api/coq/Unification/index.html
thanks max!
-
This ticket tracks the effort to unify the documentation in one place.
- [ ] Port remaining CWIKI guides and documentation to sphinx (will add list of pages for tracking)
- [ ] Port remaining Board r…
-
It is important that (add x y z) can match to (add a b) with for example
associative
```
{a: (add, x, y), b: z}
```
commutative
```
{a: z, b: (add, y, x)}
```
This can be costly but is quite doa…
-
Right the `version` and `watch` RPC calls use the version information pulled in from `env!("CARGO_PKG_VERSION")`.
Our metrics, also track the "build version" using `git_version`.
What do we want to …
-
# Steps to Reproduce
Take the following Idris program that describes a view (`Compare`) over two vectors, the corresponding covering function (`compare`), and a function (`eq`) that uses the coveri…
-
With `p.pl` comprising:
p(X) :-
X = f(a,b,c(d,e)).
I get with Scryer Prolog:
?- use_module(library(diag)).
true.
?- wam_instructions(p/1, Is),
maplist(po…
-
An increasing number of server supports regular traffic and SSL traffic on the same port (especially prevalent in the Java space)
This means, detect SSL hello packet, then move to SSL for that clie…
ghost updated
8 years ago
-
1. Which aspects we want to unify? Only name of function and public variables, or more?
-
Cargo's CI should verify that its packages can build before being published.
Cargo is published to crates.io with `--no-verify`, in part because the publishing system isn't prepared for doing verif…