doc-src/Intro/bool.thy
author wenzelm
Wed, 28 Apr 2010 13:32:00 +0200
changeset 36456 9fd0f1eacd35
parent 32960 69916a850301
permissions -rw-r--r--
made SML/NJ happy;

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