Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
This commit is contained in:
commit
362ecc2f16
@ -31,6 +31,10 @@
|
||||
with_output_to_chars/4
|
||||
]).
|
||||
|
||||
:- meta_predicate(with_output_to_chars(0,?)).
|
||||
:- meta_predicate(with_output_to_chars(0,-,?)).
|
||||
:- meta_predicate(with_output_to_chars(0,-,?,?)).
|
||||
|
||||
format_to_chars(Form, Args, OUT) :-
|
||||
format_to_chars(Form, Args, OUT, []).
|
||||
|
||||
|
Reference in New Issue
Block a user