doc-src/Intro/bool.thy
author oheimb
Thu, 15 May 1997 15:51:09 +0200
changeset 3206 a3de7f32728c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed addss to addSss, unsafe_addss to addss, extended auto_tac

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