doc-src/Intro/bool.thy
author huffman
Mon, 07 May 2012 15:04:17 +0200
changeset 47901 25a6ca50fe14
parent 32960 69916a850301
permissions -rw-r--r--
tuned ordering of lemmas

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