Open yutakang opened 4 years ago
In Hybrid_Logic.thy,
ML‹ try (Syntax.read_term @{context}) "?g" › lemma soundness': ‹n ⊢ branch ⟹ M, g ⊨⇩Θ branch ⟹ False›(!) assert_SeLFiE_true generalize_arguments_used_in_recursion_deep [on["branch"], arb["g"], rule["ST.induct"]] assert_SeLFiE_false generalize_arguments_used_in_recursion_deep [on["branch"], arb[ ], rule["ST.induct"]]
It was caused by is_variable.
I am not sure what the right fix would be to this issue.
In Hybrid_Logic.thy,
ML‹ try (Syntax.read_term @{context}) "?g" › lemma soundness': ‹n ⊢ branch ⟹ M, g ⊨⇩Θ branch ⟹ False›(!) assert_SeLFiE_true generalize_arguments_used_in_recursion_deep [on["branch"], arb["g"], rule["ST.induct"]] assert_SeLFiE_false generalize_arguments_used_in_recursion_deep [on["branch"], arb[ ], rule["ST.induct"]]
It was caused by is_variable.