We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running reanalyze 389dd68 on Goblint goblint/analyzer@a544002 revealed the following.
At this include of Batteries into a module named All, reanalyze complains about Ana.result.Error being dead:
Batteries
All
Ana.result.Error
module All = struct include (Batteries : module type of Batteries with module Format := Batteries.Format [@dead "Ana.result.Error"] ) (* ... *) end
The complete file can be viewed here: https://github.com/goblint/analyzer/blob/a544002114324a207df72f9e79eb656c3ebe7b5b/src/prelude.ml.
I could not figure out what it's complaining about there or why.
The text was updated successfully, but these errors were encountered:
@dead
If you have a standalone example send it over.
Sorry, something went wrong.
No branches or pull requests
Running reanalyze 389dd68 on Goblint goblint/analyzer@a544002 revealed the following.
At this include of
Batteries
into a module namedAll
, reanalyze complains aboutAna.result.Error
being dead:The complete file can be viewed here: https://github.com/goblint/analyzer/blob/a544002114324a207df72f9e79eb656c3ebe7b5b/src/prelude.ml.
I could not figure out what it's complaining about there or why.
The text was updated successfully, but these errors were encountered: