doc-src/Intro/bool.thy
author paulson
Sat, 10 Feb 2007 16:43:23 +0100
changeset 22307 bb31094b4879
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Completing the bug fix from the previous update: the result of unifying type variables must be normalized WRT itself; otherwise instantiation is wrong

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