doc-src/Intro/bool.thy
author haftmann
Wed, 07 Oct 2009 14:01:26 +0200
changeset 32887 85e7ab9020ba
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added bot_boolE, top_boolI

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