doc-src/Intro/bool.thy
author huffman
Mon, 20 Dec 2010 07:50:47 -0800
changeset 41320 4953e21ac76c
parent 32960 69916a850301
permissions -rw-r--r--
replace list_map function with an abbreviation

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