doc-src/Intro/bool.thy
author wenzelm
Sat, 17 Sep 2011 17:55:39 +0200
changeset 44953 cdfe42f1267c
parent 32960 69916a850301
permissions -rw-r--r--
sane default for class Thy_Load;

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