doc-src/Intro/bool.thy
author huffman
Fri, 05 Mar 2010 14:50:37 -0800
changeset 35597 e4331b99b03f
parent 32960 69916a850301
permissions -rw-r--r--
introduce notion of 'decisive' deflations; use them to simplify proof script for rule 'finites'

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