-
This happened after I had a successful build with only Foo.fsti in my source directories. I later added Foo.fst, and the error showed up.
-
Following code incorrectly verifies (it does not detect the universe inconsistency):
```
module Test
noeq type test (a:Type u#a) : Type0 =
| Cons: b:Type u#b -> x:a -> test a
```
We are …
-
The following code crashes when using F* master, commit `95984a8067e8be3e2`.
```module Test
let sprop = bool -> prop
let pred (args: list bool) : sprop =
let rec aux (args:list bool) (out:…
-
```
module Test
open FStar.Integers
/// Works
let f (x: Seq.seq UInt8.t) (l: UInt32.t { UInt32.v l = Seq.length x }) =
()
/// Fails
let g (x: Seq.seq UInt8.t) (l: UInt32.t { FStar.Integ…
-
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
Hi. As far as I can see, a change in the `projecteverest/fstar-linux` docker image has removed `home/everest/FStar/bin/fstar.exe` from the vale docker build as well.
-
https://www.fstar-lang.org/tutorial/
Expected behavior: Tutorial module compiles cleanly
Observed behavior:
```
Ex01a(63,0-63,48): (Warning 272) Top-level let-bindings must be total; this term…
-
```
jonathan@chartreuse:~/Code/fstar/ulib (master) $ make -j 48
/Applications/Xcode.app/Contents/Developer/usr/bin/make FSTAR_HOME=.. -f Makefile.verify verify-core
make[1]: Nothing to be done for …
-
The following (verbose) module exhausts my ram when trying to extract (either to OCaml or Kremlin):
```F#
module Test
open FStar.ST
open FStar.Buffer
val main: unit -> ST FStar.Int32.t
(re…
-
Consider the following example:
```
module Te
module B = LowStar.Monotonic.Buffer
module U32 = FStar.UInt32
module HST = FStar.HyperStack.ST
inline_for_extraction
type t =
(#rrel : B.sre…