doc-src/Intro/bool.thy
author haftmann
Tue, 27 Sep 2005 16:52:24 +0200
changeset 17674 b1aedbc9125a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
improved linkcheck

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