doc-src/Intro/bool.thy
author clasohm
Thu, 03 Nov 1994 08:34:53 +0100
changeset 682 c36f49c76d22
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added warning message "Currently parsed expression could be extremely ambiguous."

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