doc-src/Intro/bool.thy
author wenzelm
Fri, 24 Aug 2012 13:05:14 +0200
changeset 48919 aaca64a7390c
parent 32960 69916a850301
permissions -rw-r--r--
some markup for inlined files;

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