doc-src/Intro/bool.thy
author haftmann
Thu, 11 Mar 2010 14:38:20 +0100
changeset 35724 178ad68f93ed
parent 32960 69916a850301
permissions -rw-r--r--
fixed typo

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