aboutsummaryrefslogtreecommitdiff
path: root/theories/Numbers/HexadecimalNat.v
AgeCommit message (Collapse)Author
2021-01-20Use cbn instead of simpl in a proof of HexadecimalNat.Pierre-Marie Pédrot
This reduces the tactic invocation time from 10s to 0.25s on my machine. I was growing tired of having to wait for that file while compiling the stdlib.
2020-11-05[numeral notation] Prove QPierre Roux
2020-05-09Hexadecimal: proofs that conversions from/to nat,N,Z and Q are bijectionsPierre Roux