You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fnconstrained_identity_func(y:u32) -> u32{
y
}
unconstrained fninner(x:u32,y:u32) -> u32{
x + y
}// Calls a constrained function and then calls an unconstrained function
unconstrained fnouter(x:u32,y:u32) -> u32{let z = constrained_identity_func(y);inner(x, z)}
Happy Case
.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Generate Brillig for the following code:
Happy Case
.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: