doc-src/Intro/bool.thy
author haftmann
Wed, 14 Jun 2006 12:12:01 +0200
changeset 19886 6bec6daac280
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added hook for case const defs

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