doc-src/Intro/bool.thy
author haftmann
Wed, 08 Feb 2006 09:27:20 +0100
changeset 18976 4efb82669880
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed the most silly bug conceivable in map_atyps

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