-
{{{
# !html
Reply to: noreply@sort.ucd.ie
}}}
{{{
Feature Requests item #248, was opened at 2006-02-23 15:06
You can respond by visiting:
http://sort.ucd.ie/tracker/?func=detail&atid=444&aid=248&gro…
atiti updated
11 years ago
-
Is there a syntax reason that "permission if" is different from ( if ___ then (permission ___) )? Or does the visual interface just give access to `P>`? If the latter, I'd consider getting rid of all …
-
Indeed a lot of stuff about datatypes seems to be eerily under-specified, or maybe I'm not looking in the right places.
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.…
xrchz updated
9 years ago
-
Is it possible to define extensible structures whose components are proper classes (e.g., large categories)?
The current definition is incompatible with such structures presumably due to the fact t…
-
Hi, thank you for the wonderful INT dataset and environment! Recently, there is a paper https://arxiv.org/abs/2205.11491 which also contains a simple environment, `Equations` (mainly see chapter 3, 7.…
-
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…
-
# 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…
-
When working on unlinkability properties for stateful protocols, in the context of my PhD supervised by Stéphanie DELAUNE and David BAELDE, we use the Tamarin prover to model protocols.
We have come …
-
# Introduction
#953 introduces lifting rules, for example "add-of-if" to "if-of-add",
```clojure
(add (if p 5 3) 2) ==lift-if==> (if p (add 5 2) (add 3 2))
```
or more generally "call-of-i…
acl33 updated
3 years ago
-
### Summary
With the VCGenerator refactor almost complete, it is time to integrate the Congruence Class Prover. Below is a check list of things that will need to happen before we can run tests on t…