doc-src/Intro/bool.thy
author haftmann
Wed, 06 Oct 2010 13:48:12 +0200
changeset 39929 a62e01e9b22c
parent 32960 69916a850301
permissions -rw-r--r--
tuned header

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