doc-src/Intro/bool.thy
author wenzelm
Thu, 20 Sep 2007 20:56:34 +0200
changeset 24666 9885a86f14a8
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned signature; moved generic interpretation to interpretation.ML; added abstract at_begin/end wrappers;

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