doc-src/Intro/bool.thy
author paulson
Wed, 14 Mar 2012 17:19:30 +0000
changeset 46936 571ce2bc0b64
parent 32960 69916a850301
permissions -rw-r--r--
merged

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