doc-src/Intro/bool.thy
author huffman
Wed, 23 May 2007 02:33:42 +0200
changeset 23080 2f8d7aa1263b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
remove redundant simproc; remove legacy ML bindings

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