reflect improved determinism thanks to the improvements by @notoria

This commit is contained in:
Markus Triska
2020-12-22 23:55:40 +01:00
parent d290596c1d
commit 27a52ef56a
6 changed files with 16 additions and 26 deletions

View File

@@ -212,8 +212,7 @@ read_line_to_chars(Stream, Cs0, Cs) :-
Example:
?- chars_base64("hello", Bs, []).
Bs = "aGVsbG8="
; false.
Bs = "aGVsbG8=".
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
chars_base64(Cs, Bs, Options) :-