doc-src/Intro/bool.thy
author haftmann
Mon, 18 May 2009 15:45:36 +0200
changeset 31193 f8d4ac84334f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
generalized lemma map_of_zip_map

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