Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のプログラムを書きました。
import Yesod main = putStrLn "test"
しかし、プログラムを実行すると、次のエラーが発生します
C:\myprograms>runhaskell test0
test0.hs:1:8: モジュール `Yesod' が見つかりませんでした -v を使用して、検索されたファイルのリストを表示します。
しかし、私は Yesod をインストールしました! 誰が何が起こっているのか知っていますか?