doc-src/Intro/bool.thy
author wenzelm
Thu, 03 Apr 2008 22:21:29 +0200
changeset 26552 5677b4faf295
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed XML.parse_comment_whspc to XML.parse_comments;

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