jaccokrijnen / plutus-cert

0 stars 2 forks source link

Remove type annotations from Error? #53

Open jaccokrijnen opened 6 months ago

jaccokrijnen commented 6 months ago

This would make definitions like contextual equivalence easier. For example, if We could write $C[s] \Downarrow r \iff C[t] \Downarrow r$. Where $r$ would be either a unit value, or an error. But since error carries a type annotation, the errors may be syntactically different, when the type annotations were instantiated differently.