Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tx-submission: added NOINLINE pragmas
The `continueWithState` and `continuewWithStateM` functions need `NOINLINE` pragma to make sure the `st` argument is evaluated to WHNF.
- Loading branch information