doc-src/Intro/bool.thy
author huffman
Sun, 21 Aug 2011 21:18:59 -0700
changeset 44366 7ce460760f99
parent 32960 69916a850301
permissions -rw-r--r--
merged

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