1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
peb
2004-08-10 09:40:35 +00:00
parent 9650864b06
commit d045a98848

View File

@@ -27,7 +27,7 @@ fun
Univ : (A : Dom) -> (Elem A -> Prop) -> Prop ;
Exist : (A : Dom) -> (Elem A -> Prop) -> Prop ;
-- progressive implication ŕ la type theory
ImplP : (A : Prop) -> (Proof A -> Prop) -> Prop ;