Allowing paths in use_module(library(..)) (#604)
In a module, the path is restricted in being an atom.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
:- use_module(library(iso_ext)).
|
||||
:- use_module(library(terms)).
|
||||
|
||||
:- use_module(trie).
|
||||
:- use_module(library('tabling/trie')).
|
||||
|
||||
:- attribute trie_table_link/1.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user