test(tests/lean/run): add tests for heterogeneous congruence lemma generator
This commit is contained in:
parent
437b0fb4ee
commit
b7be3ec6de
1 changed files with 6 additions and 0 deletions
6
tests/lean/run/hcongr_1.lean
Normal file
6
tests/lean/run/hcongr_1.lean
Normal file
|
@ -0,0 +1,6 @@
|
|||
import data.tuple
|
||||
|
||||
#hcongr @tuple.append
|
||||
#hcongr @add
|
||||
#hcongr @list.ith
|
||||
#hcongr (@list.ith nat)
|
Loading…
Add table
Reference in a new issue