2

Aleph を SWI-Prolog でインポートしようとしています。プログラムを実行すると、以下のエラーが表示されます。をインポートするにはどうすればよいlibrary(aleph)ですか? ところで、私はすでにaleph.pl自分のプログラムをダウンロードしています。これが私のテスト プログラムです。ライブラリ aleph に何か問題があるはずです。

:- use_module(library(aleph)).
:- aleph.

エラーが発生しました:

ERROR: c:/users/mac/desktop/swi-prolog/aleph draft/1.pl:1:
    source_sink `library(aleph)' does not exist
Warning: c:/users/mac/desktop/swi-prolog/aleph draft/1.pl:1:
        Goal (directive) failed: user:use_module(library(aleph))
ERROR: c:/users/mac/desktop/swi-prolog/aleph draft/1.pl:2:
        catch/3: Undefined procedure: aleph/0
Warning: c:/users/mac/desktop/swi-prolog/aleph draft/1.pl:2:
        Goal (directive) failed: user:aleph
Welcome to SWI-Prolog (threaded, 32 bits, version 7.6.4)
4

2 に答える 2