ISO Prolog compatibility layer

Author(s): The Ciao Development Team.

This module provides some additional ISO Prolog predicates whose implementation is not yet complete.

Usage and interface

Documentation on exports

No further documentation available for this predicate.

PREDICATEopen/4

Usage:

PREDICATEclose/1

Usage:

PREDICATEclose/2

Usage:

Usage:close_options(L)

L is a list of close_option/1.

    Usage:close_option(O)

    O is an option for close/2:

    close_option(force(true)).
    close_option(force(false)).
    
    .

      Usage:

      • Call and exit should be compatible with:
        (stream_basic:stream/1)Arg1 is an open stream.
        (iso_incomplete:stream_prop/1)Arg2 is a valid stream property:
        stream_prop(input).
        stream_prop(output).
        stream_prop(file_name(File)) :-
            atm(File).
        stream_prop(mode(Mode)) :-
            atm(Mode).
        stream_prop(alias(Alias)) :-
            atm(Alias).
        
      • The following properties should hold upon exit:
        (stream_basic:stream/1)Arg1 is an open stream.
        (iso_incomplete:stream_prop/1)Arg2 is a valid stream property:
        stream_prop(input).
        stream_prop(output).
        stream_prop(file_name(File)) :-
            atm(File).
        stream_prop(mode(Mode)) :-
            atm(Mode).
        stream_prop(alias(Alias)) :-
            atm(Alias).
        

      Usage:stream_prop(P)

      P is a valid stream property:

      stream_prop(input).
      stream_prop(output).
      stream_prop(file_name(File)) :-
          atm(File).
      stream_prop(mode(Mode)) :-
          atm(Mode).
      stream_prop(alias(Alias)) :-
          atm(Alias).
      

        PREDICATEset_input/1
        No further documentation available for this predicate.

        PREDICATEset_output/1
        No further documentation available for this predicate.

        No further documentation available for this predicate.

        PREDICATEget_code/2
        No further documentation available for this predicate.

        PREDICATEpeek_code/2
        No further documentation available for this predicate.

        PREDICATEput_code/2
        No further documentation available for this predicate.

        PREDICATEnl/1
        No further documentation available for this predicate.

        PREDICATEtab/2
        No further documentation available for this predicate.

        PREDICATEget_byte/2
        No further documentation available for this predicate.

        PREDICATEpeek_byte/2
        No further documentation available for this predicate.

        PREDICATEput_byte/2
        No further documentation available for this predicate.

        PREDICATEdisplay/2
        No further documentation available for this predicate.

        PREDICATEdisplayq/2
        No further documentation available for this predicate.

        PREDICATEget_char/2
        No further documentation available for this predicate.

        PREDICATEpeek_char/2
        No further documentation available for this predicate.

        PREDICATEput_char/2
        No further documentation available for this predicate.

        PREDICATEread/2
        No further documentation available for this predicate.

        PREDICATEread_term/3
        No further documentation available for this predicate.

        PREDICATEwrite_term/3
        No further documentation available for this predicate.

        PREDICATEwrite/2
        No further documentation available for this predicate.

        PREDICATEwriteq/2
        No further documentation available for this predicate.

        No further documentation available for this predicate.

        PREDICATEprint/2
        No further documentation available for this predicate.

        PREDICATEprintq/2
        No further documentation available for this predicate.

        No further documentation available for this predicate.

        Documentation on imports

        This module has the following direct dependencies: