doc-src/Intro/bool.thy
author krauss
Sun, 21 Aug 2011 22:13:04 +0200
changeset 44372 f9825056dbab
parent 32960 69916a850301
permissions -rw-r--r--
more precise authors and comments; tuned order and headers

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