doc-src/Intro/bool.thy
author wenzelm
Wed, 04 Apr 2012 14:19:47 +0200
changeset 47336 bed4b2738d8a
parent 32960 69916a850301
permissions -rw-r--r--
separate module for prover command execution;

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