doc-src/Intro/bool.thy
author wenzelm
Thu, 20 Mar 1997 10:47:18 +0100
changeset 2816 647d557e9a40
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
replaced ex.ML by ex/ROOT.ml, ex/ex.ML;

Bool = FOL +
types 	bool 0
arities bool 	:: term
consts tt,ff	:: "bool"
end