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

style

parent 6d0b85d8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ require open personoj.encodings.lhol
set declared "Σ"
constant symbol Σ (T : Set): (η T → Set) → Set
constant symbol pair {T: Set} {U: η T → Set} (M: η T) (_: η (U M))
: η (Σ T U)
: η (Σ T U)
symbol fst {T: Set} {U: η T → Set}: η (Σ T U) → η T
rule fst (pair $M _) ↪ $M
......
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