-
I got thinking based on this clippy lint https://rust-lang.github.io/rust-clippy/master/#derive_hash_xor_eq about whether formal methods might be able to have a tool that checks that the hash implemen…
-
I'm opening this, with some trepidation, because I'd like to do something about the state of `contrib`, and it'd be interesting to hear people's opinions. Essentially, the problem is that it's become …
-
Is it possible that each code fragment could be runnable and editable, right in the browser?
One way to get there is to create a docker container with the book, the code, a Common Lisp compiler, a…
-
I don't know if this is related to #102, but the following doesn't work as I expect:
```
(in-package :shop-user)
(defdomain tst
(
(:op (!mkalist)
:precond
(and
(setof (e…
-
# INTRO
In many situations, within the verifiable computation paradigm, one is interested, say for example in the context of zkVMs, in whether a certain, global over the execution trace, algebraic re…
-
Subscribe to this issue and stay notified about new [daily trending repos in Haskell](https://github.com/trending/haskell?since=daily).
-
From: David Cok cok@frontiernet.net
Date: 4 March, 2006 20:20:33 GMT
To: Michal Moskal michal.moskal@gmail.com, Joe Kiniry
atiti updated
11 years ago
-
Error in extension
Should I do some extra configuration?
-
# Overview
Hi,
I noticed that there may be another optimisation that can be added to IntegerEqualsNode. Specifically, comparing the And and Or of two values is equivalent to comparing the values…
-
We've had a few issues recently with unbounded recursion in ISLE rules causing compilation time blowup: #7874 and #6968. As ISLE supports recursion, but unbounded recursion has caused some surprisin…