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

typable lhs

parent 4c24a339
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ rule Term uProp → Univ Prop
symbol prod {s1 s2 : Sort} (A : Univ s1) :
(Term A ⇒ Univ s2) ⇒ Univ (Rule s1 s2)
rule Term (prod &A &B) → ∀ x : Term &A, Term (&B x)
rule Term (@prod &s1 &s2 &A &B) → ∀ x : @Term &s1 &A, @Term &s2 (&B x)
// Predicate subtyping
// can be seen as a dependant pair type with
......
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