-
Notifications
You must be signed in to change notification settings - Fork 30
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
Need import
#119
Comments
From my own notes from chatting with @ccshan about this suggest whatever solution we have provide
I don't know if that is the right term. Basically
|
Isn't If you were to rename However, I do agree that |
So something like def sin(x real):
cos(x)
sin(5) I think we are in broad agreement, but we should be very clear and precise about what properties we |
One property I would like is that we have some way to inline definitions in different files so the simplifier be able to work across those boundaries. |
Why does redefining I purposefully avoiding using the word Nevertheless, I do think we are generally in agreement. Definitely agree that I want to be able to inline definitions from different files. |
Bumping to get feedback from @ccshan |
PR #117 could be made better, and so would issue #96 if we had
import
working. There has been much discussion [but apparently never recorded here? Just in the mailing list?] about how to do this.The text was updated successfully, but these errors were encountered: