]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/datatypes/Bool.ma
removing old contribs
[helm.git] / helm / software / matita / contribs / RELATIONAL / datatypes / Bool.ma
index 0d050256491bc5cfbdcdcb999bddd07c95de408c..970d6694c997582627e311474a887931d71f8e45 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/RELATIONAL/datatypes/Bool".
+
 
 include "preamble.ma".
 
-inductive Bool: Set \def
+inductive Bool: Type \def
    | false: Bool
    | true : Bool
 .