doc-src/Intro/bool.thy
author berghofe
Mon, 10 Nov 2008 17:34:26 +0100
changeset 28729 cfd169f1dae2
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Some more functions for accessing information about atoms.

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