doc-src/Intro/bool.thy
author clasohm
Fri, 24 Nov 1995 11:46:23 +0100
changeset 1367 78bdb2d04771
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed make_html bug

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