에서 기능을로드하지, 내가 가진 : ghci에서ghci이 test.hs에서 파일
doubleMe x = x + x
, 내가 입력 :
Prelude> :l test
[1 of 1] Compiling Main (test.hs, interpreted)
Ok, modules loaded: Main.
*Main> doubleMe 9
<interactive>:1:0: Not in scope: `doubleMe'
*Main>
이유는 무엇입니까? 어떻게 고치는 지?
폴더에 바로 가기 대신 바탕 화면에 폴더를 만들었습니다. –