Update the typing rules with projections

This commit is contained in:
Yiyun Liu 2025-02-08 22:45:07 -05:00
parent 5996c45526
commit 0c83044d72
2 changed files with 23 additions and 6 deletions
theories

View file

@ -24,6 +24,7 @@ Inductive InterpExt {n} i (I : nat -> PTm n -> Prop) : PTm n -> (PTm n -> Prop)
| InterpExt_Ne A :
SNe A ->
A i ;; I (fun a => exists v, rtc TRedSN a v /\ SNe v)
| InterpExt_Bind p A B PA PF :
A i ;; I PA ->
(forall a, PA a -> exists PB, PF a PB) ->