doc-src/Intro/bool.thy
author wenzelm
Fri, 29 Oct 2010 22:19:27 +0200
changeset 40284 c9acf88447e6
parent 32960 69916a850301
permissions -rw-r--r--
export declarations by default, to allow other ML packages by-pass concrete syntax; proper Args parsing for attribute syntax (required for proper treatment of morphisms when declarations are moved between contexts); tuned;

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