doc-src/Intro/bool.thy
author immler@in.tum.de
Sat, 14 Mar 2009 15:45:45 +0100
changeset 30535 db8b10fd51a4
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
show certain errors to the user

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