doc-src/Intro/bool.thy
author bulwahn
Thu, 09 Jun 2011 08:32:14 +0200
changeset 43309 3bc28ce6986c
parent 32960 69916a850301
permissions -rw-r--r--
moving Quickcheck_Narrowing from Library to base directory

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