Merge pull request #743 from triska/determinism

reflect determinism improvement thanks to the latest changes
This commit is contained in:
Mark Thom
2020-12-23 13:22:02 -07:00
committed by GitHub

View File

@@ -17,8 +17,7 @@
Example: Example:
?- http_open("https://github.com/mthom/scryer-prolog", S, []). ?- http_open("https://github.com/mthom/scryer-prolog", S, []).
%@ S = '$stream'(0x7f86f94a6cd0) %@ S = '$stream'(0x7fcfc9e00f00).
%@ ; false.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */