doc-src/Intro/bool.thy
author haftmann
Sat, 03 Mar 2012 23:42:56 +0100
changeset 46795 72c77ea184e6
parent 32960 69916a850301
permissions -rw-r--r--
added actual dependencies

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