doc-src/Intro/bool.thy
author wenzelm
Mon, 06 Oct 1997 18:25:04 +0200
changeset 3778 b70c41bc7491
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed raw_term_sorts (again!); eliminated raise_ast;

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