doc-src/Intro/bool.thy
author bulwahn
Sat, 19 Jul 2008 19:27:13 +0200
changeset 27656 d4f6e64ee7cc
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added verification framework for the HeapMonad and quicksort as example for this framework

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