doc-src/Intro/bool.thy
author haftmann
Thu, 02 Sep 2010 12:30:22 +0200
changeset 39034 ebeb48fd653b
parent 32960 69916a850301
permissions -rw-r--r--
formal framework for presentation of selected statements

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