doc-src/Intro/bool.thy
author boehmes
Wed, 07 Apr 2010 20:40:42 +0200
changeset 36087 37a5735783c5
parent 32960 69916a850301
permissions -rw-r--r--
buffered output (faster than direct output)

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