Merge pull request #1232 from triska/toplevel_read_from_chars
FIXED: toplevel to use (newly renamed) read_from_chars/2
This commit is contained in:
@@ -112,7 +112,7 @@ run_goals([g(Gs0)|Goals]) :-
|
||||
( ends_with_dot(Gs0) -> Gs1 = Gs0
|
||||
; append(Gs0, ".", Gs1)
|
||||
),
|
||||
read_term_from_chars(Gs1, Goal),
|
||||
read_from_chars(Gs1, Goal),
|
||||
( catch(
|
||||
user:Goal,
|
||||
Exception,
|
||||
|
||||
Reference in New Issue
Block a user