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

Cannot give a variable a type of ast.Expr #31

Open
migeed-z opened this issue Nov 3, 2016 · 0 comments
Open

Cannot give a variable a type of ast.Expr #31

migeed-z opened this issue Nov 3, 2016 · 0 comments

Comments

@migeed-z
Copy link
Collaborator

migeed-z commented Nov 3, 2016

I tried to give a variable an Expr type and ran with reticulated.

Code:

from ast import Expr

def x(f:Expr):
    return f

Error:
NameError: name 'Expr' is not defined

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