morphism paths: add Lift path
This commit is contained in:
parent
865ceff7d4
commit
850285cff0
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ Inductive morphism_path : context -> type_term -> type_term -> Prop :=
|
|||
(Γ |- τ' ~> τ'') ->
|
||||
(Γ |- τ ~> τ'')
|
||||
|
||||
| M_Lift : forall Γ σ τ τ',
|
||||
(Γ |- τ ~> τ') ->
|
||||
(Γ |- (type_ladder σ τ) ~> (type_ladder σ τ'))
|
||||
|
||||
| M_MapSeq : forall Γ τ τ',
|
||||
(Γ |- τ ~> τ') ->
|
||||
(Γ |- (type_spec (type_id "Seq") τ) ~> (type_spec (type_id "Seq") τ'))
|
||||
|
|
Loading…
Reference in a new issue