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

Make LedgerStateEvents a type alias #3692

Merged
merged 1 commit into from Mar 9, 2022
Merged

Conversation

andreabedini
Copy link
Contributor

IMHO There's no real value in LedgerStateEvents.

  • In the exported API it only appears in the type of applyBlock (in positive position)
  • It is not exported, preventing users to make use of applyBlock

This replaces the data type with a type alias (to keep the type
signature brief) and changes the signature of applyBlock to not mention
the type.

There's no real value in LedgerStateEvents.

- In the exported API it only appears in the type of applyBlock (in positive position)
- It is not exported, preventing users to make use of applyBlock

This replaces the data type with a type alias (to keep the type
signature brief) and changes the signature of applyBlock to not mention
the type.
@nc6
Copy link
Contributor

nc6 commented Mar 9, 2022

bors merge

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 9, 2022

Build succeeded:

@iohk-bors iohk-bors bot merged commit bc36bd1 into master Mar 9, 2022
@iohk-bors iohk-bors bot deleted the andreabedini/patch-2 branch March 9, 2022 07:56
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.

None yet

2 participants