doc-src/Intro/bool.thy
author huffman
Thu, 12 Nov 2009 14:31:11 -0800
changeset 33646 d2f3104ca3d2
parent 32960 69916a850301
permissions -rw-r--r--
improved ML interface to pcpodef

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