doc-src/Intro/bool.thy
author krauss
Sun, 01 Apr 2012 22:41:56 +0200
changeset 47264 6488c5efec49
parent 32960 69916a850301
permissions -rw-r--r--
renamed import session back to Import, conforming to directory name; NEWS

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