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
writeAigerWithLatches
Here's the compiler warning message:
abcBridge > /Users/huffman/Work/saw-script/deps/abcBridge/src/Data/ABC/AIG.hs:242:10: error: [-Wmissing-methods, -Werror=missing-methods] abcBridge > • No explicit implementation for abcBridge > ‘AIG.writeAigerWithLatches’ abcBridge > • In the instance declaration for ‘AIG.IsAIG Lit AIG’ abcBridge > | abcBridge > 242 | instance AIG.IsAIG Lit AIG where abcBridge > | ^^^^^^^^^^^^^^^^^ abcBridge >
And here's the instance in question:
abcBridge/src/Data/ABC/AIG.hs
Lines 242 to 347 in cb943e9
And the declaration of writeAigerWithLatches in the IsAIG class definition: https://github.com/GaloisInc/aig/blob/f5cf71da841187c726b8511c79476ddfeb8ea3aa/src/Data/AIG/Interface.hs#L201-L202
IsAIG
The text was updated successfully, but these errors were encountered:
This whole module is deprecated, and has been since issue #4. We should probably just remove it.
Sorry, something went wrong.
No branches or pull requests
Here's the compiler warning message:
And here's the instance in question:
abcBridge/src/Data/ABC/AIG.hs
Lines 242 to 347 in cb943e9
And the declaration of
writeAigerWithLatches
in theIsAIG
class definition: https://github.com/GaloisInc/aig/blob/f5cf71da841187c726b8511c79476ddfeb8ea3aa/src/Data/AIG/Interface.hs#L201-L202The text was updated successfully, but these errors were encountered: