doc-src/Intro/bool.thy
author haftmann
Wed, 14 Jul 2010 14:20:47 +0200
changeset 37819 000049335247
parent 32960 69916a850301
permissions -rw-r--r--
check without explicit path

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