doc-src/Intro/bool.thy
author huffman
Thu, 08 Sep 2011 18:13:48 -0700
changeset 44847 b93d17a52217
parent 32960 69916a850301
permissions -rw-r--r--
merged

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