-
Hello,
I'm trying to install F* from the source on Mac OS X and I'm facing a problem during Step 2 when I run `make ocaml -C src`. I obtain the following error:
```
Warning: could not find "msb…
-
Hi all. I installed fstar through Opam, and have fstar.exe and z3 on my path. However, I have no completion through company or using C-return. I have company installed, and it works for other language…
-
The following example results in `./invalid_function_app.fst(0,0-0,0): (Warning) Invalid_function_app: Unexpected output from Z3: (error "line 43467 column 13: invalid function application, arguments …
-
According to Nik's comment on https://github.com/FStarLang/FStar/issues/424#issuecomment-150864813 --eager_inference flag should be disabled. "It's extremely non-standard and was there to support a tr…
-
No CI script or action seems ,to make a call to ".\everest clean". The clean function currently fails as it try to call "cd Spartan/tools/Spartan && nmake clean" but there's no makefile in that direct…
-
Once #36 is done, src/format should be replaced by src/prettyprint. src/format should then be deleted.
-
This code is from the tutorial, section "4.2. To type intrinsically, or to prove lemmas?" I typed it in myself and forgot a `rec` when defining `rev_involutive`:
```fsharp
module Bug_Report
ope…
-
```
aseemr@aseemr-dt1 ~/ev1/FStar
$ cat A.fst
module A
aseemr@aseemr-dt1 ~/ev1/FStar
$ cat B.fst
module B
open A
aseemr@aseemr-dt1 ~/ev1/FStar
$ ls A.fst.checked B.fst.checked
ls: cann…
-
@arpj-rebola and myself are having trouble with Z3 processes not being cleanup up after F* is done. It looks like at this point in the code:
https://github.com/FStarLang/FStar/blob/cdf0d858765c9ad…
-
While trying to follow examples from the tutorial, I've decided to check them locally. So, I've downloaded Windows version from [the site download section](https://fstar-lang.org/#download), unpacked …