doc-src/Intro/bool.thy
author paulson
Thu, 05 Feb 1998 10:38:34 +0100
changeset 4598 649bf14debe7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added some more explicit guarantees of key secrecy for agents Deleted spurious A~=Spy assumptions

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