doc-src/Intro/bool.thy
author haftmann
Mon, 19 Jul 2010 11:55:44 +0200
changeset 37881 096c8397c989
parent 32960 69916a850301
permissions -rw-r--r--
distinguish different classes of const syntax

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