-
OCaml 4.08 was [released](http://ocaml.org/releases/4.08.0.html) recently, with a lot of useful features. It will be very handy for piqi/piqilib to support it.
-
I installed mono and fstar on MacOS 10.14 to build ReVerC using Homebrew (`brew install mono fstar`) because the build of fstar using the submodule fail to produce an executable `fstar.exe`:
```
zsh…
-
tested with a fresh opam installation of F* (master).
When verifying a file, I get the following output
`fstar.exe Foo.fst`
```
.opam/4.06.1/lib/fstar/prims.fst(0,0-0,0): (Warning 241) Unable to…
-
I am not completely sure this is a bug, but it looks very odd to me.
I am asking z3 to prove a simple assertion about the reals (`r*r = 0` implies `r = 0`), which works by itself, but when adding a…
-
Where that wiki page talks about `lib/ml`, I guess that this now should be `ulib/ml`.
However, `make -C ulib/ml` fails because there is no `Makefile` there --- as unpacked from `fstar_0.9.5.0_Linux…
-
```
$ make -C ulib
```
```
make: Entering directory 'FStar/ulib'
make FSTAR_HOME=.. -f Makefile.verify verify-core
make[1]: Entering directory 'FStar/ulib'
.depend:1: *** target pattern contain…
-
```
jonathan@chartreuse:/tmp $ fstar test.fst
Verified module: Test (1033 milliseconds)
All verification conditions discharged successfully
jonathan@chartreuse:/tmp $ cat test.fst
module Test
…
-
Hi,
It is not issue but rather a question.
I would like to debug simple F* program using Emacs fstar-mode and gdb. At the very end of the wiki of fstar-mode https://github.com/FStarLang/fstar-mod…
-
I'm thinking of writing a wrapper with F\* for libuv and use the session types to prove the states that the different concepts can take (TCP socket, Stream etc). Aiming to build a highly reliable TCP …
-
Consider the following `Test.fst`:
```
module Test
module G = FStar.Ghost
module I32 = FStar.Int32
noeq
type foo = {
x: I32.t;
y: G.erased int;
}
```
Running `krml Test.fst` produ…