sbool isSafeCodeFragment(S code) { ret eq("safe", joinWithComma(getCodeFragmentSafety(code))); }