doc-src/Intro/bool.thy
author wenzelm
Thu, 10 Nov 2011 22:32:10 +0100
changeset 45445 41e641a870de
parent 32960 69916a850301
permissions -rw-r--r--
pass term positions into check phase, where resulting types are reported accordingly, and eventually shown as tooltips;

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