Lasse Letager Hansen

Results 39 issues of Lasse Letager Hansen

I have added the match guard to the AST. Currently no backend supports these, so this makes the rejection of this feature explicit. Furthermore we can now add a phase...

waiting-on-author

lib
tests
coq
waiting-on-reviewer

Add coq library files.

The following piece of code ```rust pub trait Foo { const c : u32; } pub struct foo {} impl Foo for foo { const c : u32 = 17;...

bug
engine
stale

We could add a deep embedding of Hacspec, this would enable us to reason cross backend, and allow us to make the semantics of Hacspec precise. An attempt at defining...

enhancement
backend
needs-discussion

Generate the accepted Hax syntax using a shallow printer.

Transition coq to using the Generic printer.

This is an issue with #348 . Using `concrete ident` for functions in traits result in the identifiers not being equal. We need to have some way of testing if...

engine
stale

Should we move the running of coverage into the tests? We are not testing the extraction, just that the semantics are still valid. So the tests are different, but could...

tests

Currently the Coq extraction uses TODO as the namespace for generated files. It should use the name of the crate instead, to be consistent with imports / multiple crate projects.

coq