doc-src/Intro/bool.thy
author wenzelm
Thu, 23 Aug 2012 17:46:03 +0200
changeset 48911 5debc3e4fa81
parent 32960 69916a850301
permissions -rw-r--r--
tuned messages: end-of-input rarely means physical end-of-file from the past;

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