doc-src/Intro/bool.thy
author wenzelm
Mon, 12 Jun 2006 21:19:02 +0200
changeset 19862 7f29aa958b72
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Unify.matches_list;

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