doc-src/Intro/bool.thy
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 32962 69916a850301
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
lcp@105
     1
Bool = FOL +
wenzelm@32962
     2
types   bool 0
wenzelm@32962
     3
arities bool    :: term
wenzelm@32962
     4
consts tt,ff    :: "bool"
lcp@105
     5
end