X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2Fdatatypes%2FBool.ma;h=970d6694c997582627e311474a887931d71f8e45;hb=d9824956d9132109ed5f23380a0a1f9c5181d18a;hp=0d050256491bc5cfbdcdcb999bddd07c95de408c;hpb=092d5c718ea90255ce1009acd5aa0942e4449898;p=helm.git diff --git a/helm/software/matita/contribs/RELATIONAL/datatypes/Bool.ma b/helm/software/matita/contribs/RELATIONAL/datatypes/Bool.ma index 0d0502564..970d6694c 100644 --- a/helm/software/matita/contribs/RELATIONAL/datatypes/Bool.ma +++ b/helm/software/matita/contribs/RELATIONAL/datatypes/Bool.ma @@ -12,11 +12,11 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/RELATIONAL/datatypes/Bool". + include "preamble.ma". -inductive Bool: Set \def +inductive Bool: Type \def | false: Bool | true : Bool .