doc-src/Intro/bool.thy
author huffman
Wed, 17 Nov 2010 12:19:19 -0800
changeset 40621 86f598f84188
parent 32960 69916a850301
permissions -rw-r--r--
accumulated NEWS updates for HOLCF

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