doc-src/Intro/bool.thy
author haftmann
Mon, 25 Sep 2006 17:04:17 +0200
changeset 20700 7e3450c10c2d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
updated theory description

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