doc-src/Intro/bool.thy
author haftmann
Thu, 17 Aug 2006 09:24:47 +0200
changeset 20389 8b6ecb22ef35
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
cleanup

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