Skip to content
New issue

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

Report type annotation for walkers #1336

Open
ypkang opened this issue Oct 2, 2024 · 0 comments
Open

Report type annotation for walkers #1336

ypkang opened this issue Oct 2, 2024 · 0 comments

Comments

@ypkang
Copy link
Contributor

ypkang commented Oct 2, 2024

walker different_return {
    @can_report(int,str)
    can enter5 with Nested entry -> Parent {
        report 1;
        report "x";
        # Jac.report(1)
        # Jac.report("x")
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant