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
#&&
PEq
https://github.com/Plutonomicon/plutarch/blob/5ce1d3dce163818af4e98a301f09478cc7bf0f6f/Plutarch/Bool.hs#L170-L171
For example, a single product constructor will generate pcon PTrue #&& p1 instead of just p1.
pcon PTrue #&& p1
p1
The text was updated successfully, but these errors were encountered:
srid
No branches or pull requests
https://github.com/Plutonomicon/plutarch/blob/5ce1d3dce163818af4e98a301f09478cc7bf0f6f/Plutarch/Bool.hs#L170-L171
For example, a single product constructor will generate
pcon PTrue #&& p1
instead of justp1
.The text was updated successfully, but these errors were encountered: