X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2Fdatatypes%2Fconstructors.ma;h=b91a59e177f71897dbb0bba85a37214cee9c062c;hb=a45b20401c52a767eb8fef71a72be6dc5db8a02a;hp=3567dd915463c8b6c2f809ed8218987a67e78042;hpb=437246a8e84268383a2f53f76442d811af3e8056;p=helm.git diff --git a/helm/software/matita/library/datatypes/constructors.ma b/helm/software/matita/library/datatypes/constructors.ma index 3567dd915..b91a59e17 100644 --- a/helm/software/matita/library/datatypes/constructors.ma +++ b/helm/software/matita/library/datatypes/constructors.ma @@ -17,6 +17,8 @@ include "logic/equality.ma". inductive void : Set \def. +inductive unit : Set ≝ something: unit. + inductive Prod (A,B:Set) : Set \def pair : A \to B \to Prod A B.