Skip to content

Conversation

@jn80842
Copy link
Contributor

@jn80842 jn80842 commented Nov 22, 2025

Addresses issue #1572

Just rule -> pure (addRule (shallowRule rule) ss)

mergesimpsets :: SV.SAWSimpset -> SV.SAWSimpset -> TopLevel SV.SAWSimpset
mergesimpsets ss1 ss2 = pure (Net.merge ss1 ss2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it doesn't need to be in TopLevel at the Haskell level, you can remove TopLevel here and change funVal2 to pureVal where it's bound in the table. FWIW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants