(* Title: JinjaThreads/MM/SC.thy Author: David von Oheimb, Andreas Lochbihler Based on the Jinja theories Common/Objects.thy and Common/Conform by David von Oheimb *) section ‹Sequential consistency› theory SC imports "../Common/Conform" MM begin subsection‹Objects and Arrays› type_synonym fields = "vname × cname ⇀ addr val" ― ‹field name, defining class, value› type_synonym cells = "addr val list"