doc-src/Intro/bool.thy
author urbanc
Sun, 22 Jan 2006 21:58:43 +0100
changeset 18745 060400dc077c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
a fixme comments about abs_fun_if, which should be called perm_if and moved to the "bool"-section

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