doc-src/Intro/bool.thy
author wenzelm
Sun, 06 Dec 2009 23:25:27 +0100
changeset 34004 30c8746074d0
parent 32960 69916a850301
permissions -rw-r--r--
proper markup text for loc;

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