doc-src/Intro/bool.thy
author bulwahn
Wed, 20 Jan 2010 18:08:08 +0100
changeset 34953 a053ad2a7a72
parent 32960 69916a850301
permissions -rw-r--r--
adopting Sequences

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