Skip to content

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

@aniketd

Description

@aniketd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions