doc-src/Intro/bool.thy
author paulson
Mon, 07 Oct 1996 10:55:51 +0200
changeset 2064 5a5e508e2a2b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Simple tidying

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