doc-src/Intro/bool.thy
author bulwahn
Thu, 01 Dec 2011 22:14:35 +0100
changeset 45720 d8fbd3fa0375
parent 32960 69916a850301
permissions -rw-r--r--
adding examples for quickcheck-random

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