doc-src/Intro/bool.thy
author haftmann
Thu, 29 Nov 2007 17:08:26 +0100
changeset 25502 9200b36280c0
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
instance command as rudimentary class target

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