doc-src/Intro/bool.thy
author kleing
Mon, 19 Apr 2004 14:04:41 +0200
changeset 14632 805fa01ac233
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
temporarily reverted quote change for release. breaks latex output, needs more testing.

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