doc-src/Intro/bool.thy
author paulson
Tue, 05 Aug 1997 10:50:24 +0200
changeset 3587 00ea30ea0734
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Corrected a comment

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