doc-src/Intro/bool.thy
author haftmann
Thu, 20 May 2010 16:35:54 +0200
changeset 37023 efc202e1677e
parent 32960 69916a850301
permissions -rw-r--r--
added theory More_List

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