4

ghc をインストールした後、作業ディレクトリを変更しました

:cd /newDirectory

このため、次の警告が表示されます。

Warning: changing directory causes all loaded modules to be unloaded,
because the search path has changed.

現在、Char のようなデータ型は使用できません。この行の場合:

map Char.isLower "abcD"

メッセージが表示されます:

Failed to load interface for `Char'
It is a member of the hidden package `haskell98-2.0.0.2'.
Use -v to see a list of the files searched for.

ディレクトリの変更がそのエラーの原因ですか? どうすれば解決できますか?

4

1 に答える 1