doc-src/Intro/bool.thy
author wenzelm
Wed, 19 Oct 2005 21:52:45 +0200
changeset 17932 677f7bec354e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
removed old-style theory format; tuned;

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