-
Here's what needs to be done (in approximate order):
* [x] ~Finish #125 (@Eloston is working on this)~
* [x] ~Include new patches from Debian (@Eloston is working on this)~
* [x] ~Include new patch…
-
i'm compiling inox
online
https://build.opensuse.org/package/show/home:meh924f:archlinux/inox
-
Test case:
import inox._
import inox.trees._
import inox.trees.dsl._
import inox.evaluators.EvaluationResults
val ap = ValDef(FreshIdentifier("a"), StringType, Set())
…
-
I tried to build the new release on Ubuntu 16.04 and I found some problems.
Note: linux_conservative uses the main compiler on the system so I assume gcc is a valid option.
1. g++ doesn't work, un…
-
Hello, using `inox-bin` from AUR (I'm on Antergos) some sites initially loads then crashes.
Start Inox from terminal prints (in such case):
```
libpng warning: iCCP: known incorrect sRGB profile
l…
ghost updated
7 years ago
-
Ghi chi tiết hướng dẫn về bulong
-
I've tried adding a `forall` on `Set` using the following:
```scala
implicit class setForall[T](s: Set[T]) {
def forall(p: T => Boolean): Boolean =
stainless.lang.forall[T](e => s.contains…
-
While trying to prove properties on sorted lists, I used nested forall to express the fact that one list is smaller than the other:
```scala
def isSorted(list: List[BigInt]): Boolean = list match …
-
how can i use "bad" buildeps?
such as ffmpeg
example
https://build.opensuse.org/package/show/home:meh924f/inox
-
32bit Works
64bit its building
https://build.opensuse.org/package/show/home:meh924f:archlinux/inox