doc-src/Intro/bool.thy
author wenzelm
Fri, 21 Oct 2005 18:14:44 +0200
changeset 17964 6842ca6ecb87
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed triv_goal to goalI, rev_triv_goal to goalD; removed mk_triv_goal (cf. Goal.init);

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