doc-src/Intro/bool.thy
author haftmann
Thu, 30 Jul 2009 15:21:18 +0200
changeset 32343 605877054de7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
improved handling of parameters

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