doc-src/Intro/bool.thy
author haftmann
Fri, 26 Nov 2010 12:03:17 +0100
changeset 40710 499aa989fbad
parent 32960 69916a850301
permissions -rw-r--r--
globbing constant expressions use more idiomatic underscore rather than star; precised

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