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
As mentioned in the PR for auto-instantiated adjunction proofs (#68), the constant for each adjunction proof should be assigned a nicer type for the user. Currently, the type inferred by Coq refers to the fg_id' lemma, rather than the nice wrapper ${ornament}_retraction for an ornament ${ornament}.
This task is not technically challenging but involves a lot of annoying plumbing in OCaml to assemble the desired type.
The text was updated successfully, but these errors were encountered:
As mentioned in the PR for auto-instantiated adjunction proofs (#68), the constant for each adjunction proof should be assigned a nicer type for the user. Currently, the type inferred by Coq refers to the
fg_id'
lemma, rather than the nice wrapper${ornament}_retraction
for an ornament${ornament}
.This task is not technically challenging but involves a lot of annoying plumbing in OCaml to assemble the desired type.
The text was updated successfully, but these errors were encountered: