doc-src/Intro/bool.thy
author wenzelm
Sat, 29 Sep 2007 21:39:53 +0200
changeset 24768 123e219b66c2
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added unparse interfaces (still unused); add_typ/term_check: added stage and name argument; added print_checks;

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