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

redefine lists.pl (or other modules used in the compiler) #68

Open
jfmc opened this issue Aug 24, 2022 · 0 comments
Open

redefine lists.pl (or other modules used in the compiler) #68

jfmc opened this issue Aug 24, 2022 · 0 comments

Comments

@jfmc
Copy link
Member

jfmc commented Aug 24, 2022

The compiler depends on some library modules like lists.pl, which are then frozen: users are not allowed to load their own definitions for those modules from a toplevel.

Possible solutions:

  1. introduce more complex module namespaces (so that two lists modules can coexists)
  2. rename lists to sys_lists and define another lists.pl module that reexports all sys_lists predicates (easier but LPdoc documentation may look weird).
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