remove readline_compat_rs reference from README
This commit is contained in:
@@ -79,6 +79,7 @@ user:term_expansion(Term0, (:- initialization(ExpandedGoals))) :-
|
||||
Term0 = (:- initialization(Goals)),
|
||||
expand_goals(Goals, ExpandedGoals).
|
||||
|
||||
%%TODO: what if Goals expands to.. a list of goals?? We need to handle that.
|
||||
expand_goals(Goals, ExpandedGoals) :-
|
||||
nonvar(Goals),
|
||||
var(ExpandedGoals),
|
||||
|
||||
Reference in New Issue
Block a user