Merge pull request #1732 from aarroyoc/docs-minor-fixes
Minor fixes to docs
This commit is contained in:
6
INDEX.md
6
INDEX.md
@@ -5,7 +5,7 @@
|
|||||||
X = "Scryer Prolog!".
|
X = "Scryer Prolog!".
|
||||||
```
|
```
|
||||||
|
|
||||||
{width=128 style=float:right;} Scryer Prolog is a free software ISO Prolog system intended to be an industrial
|
{width=128 style=float:right;} [Scryer Prolog](https://github.com/mthom/scryer-prolog) is a free software ISO Prolog system intended to be an industrial
|
||||||
strength production environment *and* a testbed for bleeding edge research in
|
strength production environment *and* a testbed for bleeding edge research in
|
||||||
logic and constraint programming.
|
logic and constraint programming.
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ general programs.
|
|||||||
|
|
||||||
If you want a more detailed description of Prolog, check [A Tour of Prolog](https://www.youtube.com/watch?v=8XUutFBbUrg).
|
If you want a more detailed description of Prolog, check [A Tour of Prolog](https://www.youtube.com/watch?v=8XUutFBbUrg).
|
||||||
|
|
||||||
If you want to learn more about Prolog history, [check this video](https://www.youtube.com/watch?v=74Ig_QKndvE) and [this talk](https://prologyear.logicprogramming.org/videos/PrologDay_Session_1_talk.mp4).
|
If you want to learn more about Prolog history, check the videos [l'Aventure Prolog](https://www.youtube.com/watch?v=74Ig_QKndvE) and [50 years of Prolog and beyond](https://prologyear.logicprogramming.org/videos/PrologDay_Session_1_talk.mp4).
|
||||||
|
|
||||||
## Where can I learn Prolog?
|
## Where can I learn Prolog?
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ There's also a [Docker image](https://github.com/mthom/scryer-prolog#docker-inst
|
|||||||
## Support and discussions
|
## Support and discussions
|
||||||
|
|
||||||
If Scryer Prolog crashes or yields unexpected errors, consider filing
|
If Scryer Prolog crashes or yields unexpected errors, consider filing
|
||||||
an [issue](https://github.com/mthom/scryer-prolog/issues).
|
an [issue](https://github.com/mthom/scryer-prolog/issues).
|
||||||
|
|
||||||
To get in touch with the Scryer Prolog community, participate in
|
To get in touch with the Scryer Prolog community, participate in
|
||||||
[discussions](https://github.com/mthom/scryer-prolog/discussions)
|
[discussions](https://github.com/mthom/scryer-prolog/discussions)
|
||||||
|
|||||||
@@ -600,6 +600,7 @@ write_term(Term, Options) :-
|
|||||||
%% write_term(+Stream, +Term, +Options).
|
%% write_term(+Stream, +Term, +Options).
|
||||||
%
|
%
|
||||||
% Write Term to the stream Stream according to some output syntax options. The options avaibale are:
|
% Write Term to the stream Stream according to some output syntax options. The options avaibale are:
|
||||||
|
%
|
||||||
% * `ignore_ops(+Boolean)` if `true`, the generic term representation is used everywhere. In `false`
|
% * `ignore_ops(+Boolean)` if `true`, the generic term representation is used everywhere. In `false`
|
||||||
% (default), operators do not use that generic term representation.
|
% (default), operators do not use that generic term representation.
|
||||||
% * `max_depth(+N)` if the term is nested deeper than N, print the reminder as ellipses.
|
% * `max_depth(+N)` if the term is nested deeper than N, print the reminder as ellipses.
|
||||||
@@ -2056,6 +2057,7 @@ stream_iter(S) :-
|
|||||||
%
|
%
|
||||||
% For stream Stream, StreamProperty is a property that applies to that stream.
|
% For stream Stream, StreamProperty is a property that applies to that stream.
|
||||||
% StreamProperty can be one of the following:
|
% StreamProperty can be one of the following:
|
||||||
|
%
|
||||||
% * `input` if stream is an input stream.
|
% * `input` if stream is an input stream.
|
||||||
% * `output` if stream is an output stream.
|
% * `output` if stream is an output stream.
|
||||||
% * `input_output` if stream is both an input and an output stream.
|
% * `input_output` if stream is both an input and an output stream.
|
||||||
|
|||||||
Reference in New Issue
Block a user