doc-src/Intro/bool.thy
author huffman
Mon, 01 Jun 2009 07:57:37 -0700
changeset 31353 14a58e2ca374
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
add [code del] declarations

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