doc-src/Intro/bool.thy
author huffman
Sun, 07 Mar 2010 16:12:01 -0800
changeset 35641 a17bc4cec23a
parent 32960 69916a850301
permissions -rw-r--r--
add simp rule LAM_strict

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