if a submission contains a qualified constant like "Defs.sum" the judge times out.
this is because, "Defs" is renamed to "Defs0", which then is imported by a new theory "Defs" which imports "Defs0" and "OK_Test" and saves the context.
this should be altered, to not renaming the Defs, and calling the "context_saving_theory" "Defs0", then alter the Submission s.t. it imports Defs0 instead of Defs.
if a submission contains a qualified constant like "Defs.sum" the judge times out.
this is because, "Defs" is renamed to "Defs0", which then is imported by a new theory "Defs" which imports "Defs0" and "OK_Test" and saves the context.
this should be altered, to not renaming the Defs, and calling the "context_saving_theory" "Defs0", then alter the Submission s.t. it imports Defs0 instead of Defs.