doc-src/Intro/bool.thy
author wenzelm
Thu, 19 Mar 2009 16:56:51 +0100
changeset 30590 1d9c9fcf8513
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
parameterized datatype antiquote and read operation;

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