We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I am not sure what the right fix would be to this issue.
Sorry, something went wrong.
yutakang
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: