Closed AakashGfude closed 3 years ago
This was because resolve_xref function in proof domain was throwing except for any refs which were not found in env.proof_list. naturally the refs belonging to a different domain will throw error.
resolve_xref
env.proof_list
This was because
resolve_xref
function in proof domain was throwing except for any refs which were not found inenv.proof_list
. naturally the refs belonging to a different domain will throw error.