doc-src/Intro/bool.thy
author wenzelm
Mon, 05 Jun 2006 21:54:20 +0200
changeset 19774 5fe7731d0836
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
allow non-trivial schematic goals (via embedded term vars);

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