lean4-htt/tests
Leonardo de Moura 4c707d3b3c feat: use binop% to elaborate %-applications
Motivation: make sure the behavior is consistent with other arithmetic
operators.

This commit also removes the instance
```
instance : HMod (Fin n) Nat (Fin n) where
  hMod := Fin.modn
```
because we have a coercion from `Fin n` to `Nat`.
Thus, given `a : Fin n` and `b : Nat`, `a % b` is ambiguous.
2022-07-09 14:38:35 -07:00
..
bench chore: fix tests 2022-07-02 15:25:06 -07:00
compiler chore: fix tests 2022-06-14 17:27:13 -07:00
elabissues chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
ir
lean feat: use binop% to elaborate %-applications 2022-07-09 14:38:35 -07:00
pkg chore: fix tests 2022-07-02 10:37:22 +02:00
playground feat: sum of monomials normal form by reflection 2022-04-22 18:51:48 -07:00
plugin fix: unused variables linter review comments 2022-06-03 13:03:52 +02:00
simpperf
.gitignore
common.sh feat: print panic backtraces on Linux 2022-06-29 16:29:35 +02:00