doc-src/Intro/bool.thy
author wenzelm
Sun, 23 Jul 2000 12:01:05 +0200
changeset 9408 d3d56e1d2ec1
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
classical atts now intro! / intro / intro?;

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