doc-src/Intro/bool.thy
author bulwahn
Wed, 23 Mar 2011 08:50:39 +0100
changeset 42090 ef566ce50170
parent 32960 69916a850301
permissions -rw-r--r--
changing Quickcheck_Narrowing's main function to enumerate the depth instead upto the depth

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