Recover the contra lemmas
This commit is contained in:
parent
d68df5d0bc
commit
9c9ce52b63
5 changed files with 110 additions and 28 deletions
|
@ -13,6 +13,7 @@ Module Compile.
|
|||
| VarTm i => VarTm i
|
||||
| Pair a b => Pair (F a) (F b)
|
||||
| Proj t a => Proj t (F a)
|
||||
| Bot => Bot
|
||||
end.
|
||||
|
||||
Lemma renaming n m (a : Tm n) (ξ : fin n -> fin m) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue