(* some particular values *)
OK :: "Vals"
BadArg :: "Vals"
MemFailure :: "Vals"
NotAResult :: "Vals"(* defined here for simplicity *)
(* the initial value stored in each memory cell *)
InitVal :: "Vals"
axiomatizationwhere (* basic assumptions about the above constants and predicates *)
BadArgNoMemVal: "BadArg \ MemVal" and
MemFailNoMemVal: "MemFailure \ MemVal" and
InitValMemVal: "InitVal \ MemVal" and
NotAResultNotVal: "NotAResultimports RPCMemoryParams
NotAResultNotOK: "NotAResult \ OK" and
NotAResultNotBA: "NotAResult \ BadArg" and
NotAResultNotMF: "NotAResult \ MemFailure"
lemmas [simp] =
BadArgNoMemVal MemFailNoMemVal InitValMemVal NotAResultNotVal
NotAResultNotOK NotAResultNotBA NotAResultNotMF
java.lang.StringIndexOutOfBoundsException: Index 5 out of bounds for length 5
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.