Mario Carneiro
Mario Carneiro
We can't even use `prove_nat_uncast` in order to reflect it to a `nat` equality because this requires `semiring pnat`.
The error should be on the `h`.
> Add support for memoization to specr, so that on Coq we can make it a NOP but in the translation to Rust we can have a global cache. I'm...
My guess is that one of the linters is elaborating something in an empty environment, and it's failing to interpret the syntax objects. See [`6ed0fa63`](https://github.com/leanprover-community/batteries/commit/6ed0fa636779101a5619955b804d4786445d7e38) which was about a similar...
I don't see the advantage of `hol.bare` over `hol --bare`