doc-src/Intro/bool.thy
author webertj
Thu, 21 Jul 2005 18:52:17 +0200
changeset 16899 ee4d620bcc1c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
write_dimacs_sat_file now generates slightly smaller files

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