doc-src/Intro/bool.thy
author paulson
Mon, 30 Sep 1996 11:10:22 +0200
changeset 2045 ae1030e66745
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Removed some dead wood. Transferred lemmas used to prove analz_image_newK to Shared.ML

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