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
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
It would be good if hs-to-coq could help distinguish whether added axioms are trivially safe or not. i.e.
Axiom bad : forall {a}, a.
vs
The only tricky bit is that we have to approximate whether types are inhabited (i.e. whether default instances are available).
But it would good to be able to see in the edits file which axioms need more scrutiny.
The text was updated successfully, but these errors were encountered: