doc-src/Intro/bool.thy
author bulwahn
Tue, 19 Oct 2010 12:26:38 +0200
changeset 40033 84200d970bf0
parent 32960 69916a850301
permissions -rw-r--r--
added some facts about factorial and dvd, div and mod

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