You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea by @mkeoliya , we can use Coq's extraction mechanism to extract definitions used in lemmas to OCaml, but the question is how to call them from the evaluator proof_analysis/proof_term_evaluator.ml.
Idea by @mkeoliya , we can use Coq's extraction mechanism to extract definitions used in lemmas to OCaml, but the question is how to call them from the evaluator
proof_analysis/proof_term_evaluator.ml.