doc-src/Intro/bool.thy
author bulwahn
Wed, 25 Aug 2010 16:59:51 +0200
changeset 38733 4b8fd91ea59a
parent 32960 69916a850301
permissions -rw-r--r--
added quickcheck generator for prolog generation; first example of counterexample search with prolog for hotel key card system

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