doc-src/Intro/bool.thy
author wenzelm
Sat, 13 Aug 2011 13:48:26 +0200
changeset 44181 bbce0417236d
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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