Algebra Tactics 1.1.0
This release is compatible with Coq 8.16 to 8.17, MathComp 1.15 to 1.16, Mczify 1.1 to 1.3, and Coq-Elpi 1.15 to 1.17.1 (except 1.17.0).
- It provides the
lra
,nra
, andpsatz
tactics for MathComp (contributed by Pierre Roux). For now, these tactics are considered experimental features and subject to change. - All the provided tactics now support
Nat.of_num_uint
of typeNumber.uint -> nat
without triggering computation innat
.