doc-src/Intro/bool.thy
author Cezary Kaliszyk <cezarykaliszyk@gmail.com>
Thu, 09 Feb 2012 09:36:30 +0100
changeset 46441 992a1688303f
parent 32960 69916a850301
permissions -rw-r--r--
Generalize the compositional preservation theorems

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