doc-src/Intro/bool.thy
author haftmann
Fri, 27 Aug 2010 10:56:46 +0200
changeset 38795 848be46708dc
parent 32960 69916a850301
permissions -rw-r--r--
formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj

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