-
The F* backend of hax leverages F*'s own typeclass mechanism to encode traits.
This comes with several drawbacks, notably the fact that, in F*, a module that defines instances of a typeclass needs to …
-
I tried to build the probe project following its README - and it's broken.
Besides EVERPARSE_HOME, other environment variables are missing (FSTAR_HOME, KRML_HOME). Moreover, 3d is running fstart.exe …
-
Before pointing people to https://github.com/FStarLang/FStar/blob/master/INSTALL.md, we want to have a small "go to" F* install procedure, and fallback to https://github.com/FStarLang/FStar/blob/maste…
-
When I run the elixir under examples/tree_2d_dgsem/elixir_shallowwater_source_terms.jl with MPI I get a `MethodError: no method matching calc_mpi_interface_flux!`. See the top of the stacktrace below …
-
@cmester0 and I were discussing how we could simplify & factorize backends, let's summarize things here.
There's a lot of boilerplate for implementing a backend currently:
- tuples are `Construc…
-
Imported from SourceForge on 2024-07-06 09:25:09
Created by **[danielvolinski](https://sourceforge.net/u/danielvolinski/)** on 2017-12-14 16:03:00
Original: https://sourceforge.net/p/maxima/bugs/3369
…
rtoy updated
4 months ago
-
/// BUG F* can't find Three either as WrapOCaml.Three or Three !!
/// This works above for enum One which is only trivially different.
/// It works in language server but not with either a recent
…
-
The reflection API only exposes a portion of the syntax AST. Since `FStar.Reflection.Typing.subst_term` is written as a syntax traversal using this limited API, it will silently drop various flags wh…
-
Floats are kind of supported already, but all the backends reject them.
- [ ] Coq
- [x] FStar
-
Until https://github.com/FStarLang/karamel/issues/496 is fixed