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
aiken/builtin.{un_constr_data}
94 │ fn constr_data_to_datum(constr: Data) -> Datum { 95 │ let (i, ds) = builtin.un_constr_data(constr) · ───┬─── · ╰── expected type 'Pair<Int, List<Data>>'
The return type of it:
prelude/lib/aiken/builtin.ak
Lines 296 to 298 in 1906506
Pair
tuple
I know there's if-is, but since choose_data is not deprecated yet I need to create a showcase project to explain it to people.
if-is
choose_data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The return type of it:
prelude/lib/aiken/builtin.ak
Lines 296 to 298 in 1906506
It should be a
Pair
, not atuple
I know there's
if-is
, but sincechoose_data
is not deprecated yet I need to create a showcase project to explain it to people.The text was updated successfully, but these errors were encountered: