1 (* test _with_ the WHD on the apply argument *)
2 set "baseuri" "cic:/matita/tests/apply/".
4 alias id "not" = "cic:/Coq/Init/Logic/not.con".
5 alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)".
9 (not x) \to x \to False.
15 (* test _without_ the WHD on the apply argument *)
17 alias symbol "eq" (instance 0) = "leibnitz's equality".
22 not (x=y) \to not (x=y).