
pio.pl -- Pure I/OThis library provides pure list-based I/O processing for Prolog, where the communication to the actual I/O device is performed transparently through coroutining. This module itself is just an interface to the actual implementation modules.
The following predicates are exported, but not or incorrectly documented.
phrase_from_file(Arg1, Arg2, Arg3)
phrase_from_stream(Arg1, Arg2)
phrase_from_file(Arg1, Arg2)
syntax_error(Arg1, Arg2, Arg3)
lazy_list_character_count(Arg1, Arg2, Arg3)
lazy_list_location(Arg1, Arg2, Arg3)
stream_to_lazy_list(Arg1, Arg2)