doc-src/Intro/bool.thy
author nipkow
Fri, 07 Oct 2005 20:41:10 +0200
changeset 17778 93d7e524417a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
changes due to new neq_simproc in simpdata.ML

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