aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
396 stars 82 forks source link

Include return type in aiken export #968

Open waalge opened 4 weeks ago

waalge commented 4 weeks ago

What is your idea? Provide a use case.

Include return type in aiken export

Why is it a good idea?

Interop

What is the current alternative and why is it not good enough?

Make a second function that has param = return of first argument.