-
Carbon fails to verify that a field value has not changed - the same code can be verified by Silicon.
Introducing a variable that holds the old value without being used further allows Carbon to verif…
-
#### Description of the problem
```coq
Fixpoint guard {T} (n : nat) : T -> T :=
match n with
| O => fun v => v
| S n => fun v => guard n (guard n v)
end.
Axiom Expr : Set.
Defini…
-
On key bindings, the Fold Level 2 for me works great but it folds methods AND block comments.
As there's an option to "Fold all block comments" I think it would be useful to exist also an option fo…
-
Maybe I am missing it but I tried both the standard and the Emacs version of the org-mode editor and there does not seem to be any keybindings for folding and unfolding headings. I can understand how …
-
> Created by **@marcoeilers** on 2017-02-14 14:52
> Last updated on 2017-05-10 18:34
The following program fails to verify; in the last line of method m, Carbon says the "precondition of function act…
-
Hi there,
Does this package support phononUnfolding?
Regards,
Zhao
-
some of the lean programs seem not compilable?
```lean
import Mathlib
import Aesop
set_option maxHeartbeats 0
open BigOperators Real Nat Topology Rat
-- Prove the following lean4 statement:
…
-
Hi. I made a rear liftable platform for ProfiLiner. Using the code like this:
```
…
-
> Created by bitbucket user **fhahn** on 2015-11-19 10:10
> Last updated on 2019-08-28 21:03
Silicon seems to have problems unfolding predicates with variable permission parameter. For the following …
-
I have some proof scripts that take a very long time to run. It might be useful to have some way to find out which steps or which subgoals are taking the longest, as I could then try to make things r…