Clément Blaudeau

Results 48 comments of Clément Blaudeau

Will probably be addressed when porting the importer to rust

Indeed! Thanks for the report. The bump of Lean version changed the syntax of pre/post conditions, which broke the example. I'll fix it asap. And, indeed, we should try to...

(side note) You cannot technically get an alias to `F` within the definition of `F`, as aliases to other recursive modules -- within the recursive knot -- are disallowed (which...

Probably introduced by `And_Mut_defsite`. Will be fixed in the re-implementation in rust. (Keeping the issue open until then)

We should have a proper error message or a fix.

Is it still needed @matthiasspielberg1 ? For now, we're closing it as unplanned, but feel free to reopen the issue.

I've noticed it while working on the Lean backend, where `%` has the same semantic as Rust. This breaks the spec of Barrett for instance : ```rust #[hax_lib::fstar::options("--z3rlimit 100")] #[hax::requires((i64::from(value)...