doc-src/Intro/bool.thy
author wenzelm
Sun, 01 Oct 2006 18:29:26 +0200
changeset 20809 6c4fd0b4b63a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
moved theory Infinite_Set to Library;

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