doc-src/Intro/bool.thy
author wenzelm
Mon, 09 Jul 2007 23:12:45 +0200
changeset 23678 f5d315390edc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Malformed token: error msg; scan: explicit handling of malformed symbols from previous stage; source: interactive flag indicates intermittent error_msg; tuned;

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