doc-src/Intro/bool.thy
author clasohm
Mon, 20 Mar 1995 15:35:28 +0100
changeset 965 24eef3860714
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
changed syntax of "if"

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