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 Aug 3, 2024. It is now read-only.
This code won't produce a haddock error. Nevertheless haddock comment to default bar will be lost.
I think comments to default realizations are very useful, but if it's too hard to fix maybe it is possible to produce an error. I was very surprised not finding my comments in result, while all had been processed fine.
--| MyClassclassMyClassmwhere--| foo signature with default realizationfoo::Numa=>ma
foo = bar
--| bar signaturebar::Numa=>ma--| default bar realization with restricted signaturedefault bar :: (a~Int) =>ma
bar = foo
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This code won't produce a haddock error. Nevertheless haddock comment to
default bar
will be lost.I think comments to default realizations are very useful, but if it's too hard to fix maybe it is possible to produce an error. I was very surprised not finding my comments in result, while all had been processed fine.
The text was updated successfully, but these errors were encountered: