We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unroll
[SomeType]
This seems like unintended behavior because:
HasSchema
[x]
Compile:
definitions :: Definitions (Unroll [Integer]) definitions = error "TODO"
Same for deriveDefinitions @'[[Integer]]
deriveDefinitions @'[[Integer]]
Typechecking fails with error like Reduction stack overflow; ...
Reduction stack overflow; ...
Type-checking does not fail.
No response
plutus-tx 1.27.0.0
GHC 9.6.3
The text was updated successfully, but these errors were encountered:
Unisay
Successfully merging a pull request may close this issue.
Summary
This seems like unintended behavior because:
HasSchema
for[x]
providedSteps to reproduce the behavior
Compile:
Same for
deriveDefinitions @'[[Integer]]
Actual Result
Typechecking fails with error like
Reduction stack overflow; ...
Expected Result
Type-checking does not fail.
Describe the approach you would take to fix this
No response
System info
plutus-tx 1.27.0.0
GHC 9.6.3
The text was updated successfully, but these errors were encountered: