*** empty log message ***

This commit is contained in:
peb
2004-08-10 09:40:35 +00:00
parent dba58f739a
commit 548962f7d7

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 ;