これは私が持っているものです。
doubleMe :: int->int
doubleMe x = x + x
そして、メモ帳++で実行すると
ghc hw.hs
Process started >>>
[1 of 1] Compiling Main ( hw.hs, hw.o )
hw.hs:1:1: The function main' is not defined in module `Main'
<<< Process finished.
================ READY ================
このプログラムをインタラクティブにするにはどうすればよいですか?