doc-src/Intro/bool.thy
author wenzelm
Sun, 21 Aug 2011 22:04:01 +0200
changeset 44362 36598b3eb209
parent 32960 69916a850301
permissions -rw-r--r--
merged

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