You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say someone creates a file named "deduce-linked-list-lab.pf". There is now no way to import that file, as the parser sees the dash in the name and interprets it as something else. It'd be nice if instead we could say something like "Module LinkedListLab" at the top of the file and then say "import LinkedListLab" and have it work out.
I also just realized while typing this that some people call these namespaces, but who am I to judge.
The text was updated successfully, but these errors were encountered:
Say someone creates a file named "deduce-linked-list-lab.pf". There is now no way to import that file, as the parser sees the dash in the name and interprets it as something else. It'd be nice if instead we could say something like "Module LinkedListLab" at the top of the file and then say "import LinkedListLab" and have it work out.
I also just realized while typing this that some people call these namespaces, but who am I to judge.
The text was updated successfully, but these errors were encountered: