コマンドプロンプトから次のことができることを知っています。
$ runghc WC < quux.txt
WinGHCi でこれを行うにはどうすればよいですか? 最初に次のようにファイルをロードする必要があることはわかっています。
Prelude> :load WC
しかし、その後は?これは機能しません:
*Main> WC < quux.txt
<interactive>:1:1: Not in scope: data constructor `WC'
<interactive>:1:6: Not in scope: `quux'
<interactive>:1:11: Not in scope: `txt'