doc-src/Intro/bool.thy
author haftmann
Thu, 02 Sep 2010 11:42:50 +0200
changeset 39033 e8b68ec3bb9c
parent 32960 69916a850301
permissions -rw-r--r--
merged

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