-
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.
-
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 …
-
Right now we have disparate scripts for building on Linux and Windows. It would be nice to unify these to a single script so we only have one thing to maintain.
Ideas for this (in order of preferen…
-
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…
-
Experimental Windows support was released in version 0.13.0 of buildkit and details of how to use are in a [blog](https://www.docker.com/blog/experimental-windows-containers-support-for-buildkit-relea…
-
https://coq.github.io/doc/v8.11/api/coq/Unification/index.html
thanks max!
-
My thinking about a better streams api (#64), opaque objects (#70), and also more than 1 extension support using metatables, I was thinking that these different aspects could all be stored in lookup t…
-
# 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