Skip to content
Snippets Groups Projects
Commit 5a8a3786 authored by gabrielhdt's avatar gabrielhdt
Browse files

removed buggy rule

parent 39ec05c3
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,6 @@ rule Term (@prod &s1 &s2 &A &B) → ∀ x : @Term &s1 &A, @Term &s2 (&B x)
// - second is a predicate on [A] verified by the first element.
symbol ePsub (A : Term uType) : (Term A ⇒ Term uProp) ⇒ Term uType
rule Term (ePsub _ _) → Univ Type
// Γ ⊢ M : { v : T | U }
// —————————————————————PROJl
// Γ ⊢ fst(M) : T
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment