doc-src/Intro/bool.thy
author haftmann
Fri, 04 Jun 2010 19:36:41 +0200
changeset 37337 c0cf8b6c2c26
parent 32960 69916a850301
permissions -rw-r--r--
avoid "$"

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