doc-src/Intro/bool.thy
author huffman
Wed, 22 Aug 2007 16:55:46 +0200
changeset 24401 d9d2aa843a3b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
move bool list operations from WordBitwise to WordBoolList

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