doc-src/Intro/bool.thy
author haftmann
Sun, 22 Jul 2012 09:56:34 +0200
changeset 48427 571cb1df0768
parent 32960 69916a850301
permissions -rw-r--r--
library theories for debugging and parallel computing using code generation towards Isabelle/ML

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