remove readline_compat_rs reference from README

This commit is contained in:
Mark Thom
2019-10-02 11:33:28 -06:00
parent 239ffb205b
commit b12ba338df
2 changed files with 6 additions and 24 deletions

View File

@@ -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),