]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/clearbody.ma
weight -> value
[helm.git] / helm / software / matita / tests / clearbody.ma
index ca4b9316e87008495379637778f8ad5375dfd018..3c95a8a1f1d7e92e378c7425a25a97bd1528081f 100644 (file)
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/clearbody".
-include "legacy/coq.ma".
-alias num (instance 0) = "natural number".
+include "../legacy/coq.ma".
+alias num (instance 0) = "Coq natural number".
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 alias symbol "plus" (instance 0) = "Coq's natural plus".
 
-
 theorem stupid : 
   let x \def 0 + 1 in x + 2 = x + 2.
   intros.