doc-src/Intro/bool.thy
author wenzelm
Mon, 03 Nov 1997 12:11:34 +0100
changeset 4087 42229596565c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
use "hologic.ML"; use "cladata.ML"; use "simpdata.ML"; moved to ROOT.ML;

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