.
This module provides some additional ISO Prolog predicates whose implementation is not yet complete.
Documentation on exports
No further documentation available for this predicate.
close_option(O)
O is an option for close/2:
close_option(force(true)).
close_option(force(false)).
.
- Call and exit should be compatible with:
(stream_basic:stream/1)Arg1 is an open stream.
(iso_incomplete:stream_property/1)Arg2 is a valid stream property: stream_property(input).
stream_property(output).
stream_property(file_name(File)) :-
atm(File).
stream_property(mode(Mode)) :-
atm(Mode).
stream_property(type(Type)) :-
atm(Type).
stream_property(alias(Alias)) :-
atm(Alias).
stream_property(end_of_stream(EOS)) :-
end_of_stream_t(EOS).
- The following properties should hold upon exit:
(stream_basic:stream/1)Arg1 is an open stream.
(iso_incomplete:stream_property/1)Arg2 is a valid stream property: stream_property(input).
stream_property(output).
stream_property(file_name(File)) :-
atm(File).
stream_property(mode(Mode)) :-
atm(Mode).
stream_property(type(Type)) :-
atm(Type).
stream_property(alias(Alias)) :-
atm(Alias).
stream_property(end_of_stream(EOS)) :-
end_of_stream_t(EOS).
stream_property(P)
P is a valid stream property:
stream_property(input).
stream_property(output).
stream_property(file_name(File)) :-
atm(File).
stream_property(mode(Mode)) :-
atm(Mode).
stream_property(type(Type)) :-
atm(Type).
stream_property(alias(Alias)) :-
atm(Alias).
stream_property(end_of_stream(EOS)) :-
end_of_stream_t(EOS).
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.