(* Title: CoreC++ Author: Daniel Wasserrab Maintainer: Daniel Wasserrab <wasserra at fmi.uni-passau.de> Based on the Jinja theory Common/Value.thy by David von Oheimb and Tobias Nipkow *) section ‹CoreC++ values› theory Value imports Type begin type_synonym addr = nat type_synonym path = "cname list" ― ‹Path-component in subobjects› type_synonym reference = "addr × path"