Skip to content
New issue

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

Export a function to append to or override the comment for a Rule #45

Closed
aniketd opened this issue Jan 2, 2025 · 1 comment
Closed

Comments

@aniketd
Copy link

aniketd commented Jan 2, 2025

For example,

module Test.Cardano.Conway.Cuddle where

[...]

import Test.Cardano.Shelley.Cuddle qualified as Shelley

[...]

transaction_output :: Rule
transaction_output = extendComment "New information introduced in this era..." Shelley.transaction_output

or

transaction_output :: Rule
transaction_output = overrideComment "New comment!" Shelley.transaction_output
@nc6
Copy link
Collaborator

nc6 commented Jan 20, 2025

Addressed by #48

@nc6 nc6 closed this as completed Jan 20, 2025
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

No branches or pull requests

2 participants