doc-src/Intro/bool.thy
author paulson
Sun, 06 Feb 2005 13:12:32 +0100
changeset 15501 59ebd778718c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed mac line

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