-
It seems there is a consistency issue with the equality used for terms, and the ones used for lambdas. In theorems, f1 and f2 are constant functions that return equal constants, so we can prove they a…
-
57.0.2987.98
source
https://chromereleases.googleblog.com/2017/03/stable-channel-update-for-desktop.html
-
I tried to build the latest release (58.0.3029.110) on Archlinux but compilation failed :
```
[347/347] c++ -pthread -o gn -Wl,--start-group tools/gn/gn_main.o libevent.a base.a xdg_user_dirs.a gn…
-
> Exception in thread "main" inox.ast.Definitions$FunctionLookupException: Lookup failed for function with symbol BD
```scala
object ImplicitInline {
implicit class BD(val underlying: Boolean…
-
https://aur.archlinux.org/packages/inox/
https://aur.archlinux.org/packages/inox-bin/
https://github.com/gcarq/inox-patchset
> Inox patchset tries to provide a minimal Chromium based browser with…
-
To reproduce this problem, use the following self-contained script in a console having inox:
```scala
import inox._
import inox.trees._
import inox.trees.dsl._
import inox.solvers._
val prog…
-
Because of the minus (-) operator, Stainless/Inox crashes on the following file with the exception:
> Exception in thread "main" inox.ast.TypeOps$TypeErrorException: Type error
The crash disapp…
-
Hi,
How to remove Google Hangouts extension? I'm using the latest AUR (Arch Linux) snapshot.
Thanks.
-
This fails with exception:
> Exception in thread "main" inox.ast.Definitions$FunctionLookupException: Lookup failed for function with symbol assert
```scala
object Asserting {
def f() = {
…
-
I've been trying to prove a few things with higher order functions and forall. The main trouble I have is to understand how to express things such that stainless can (dis-)prove my lemmas.
[Take th…