프로그래밍 Programming
Error haskell: Variable not in scope
문장전달자
2017. 12. 4. 18:54
728x90
다음과 같이 Variable not in scope 에러가 발생하는 경우
이 경우에는 다음과 같이 멀티플 라인 입력을 해야한다. 아니면 해당 코드를 파일로 저장하여 :load 을 이용하여 로딩할 수도 있다.
- Prelude> :{
- Prelude> addThree 3737 383839 393939393939
- 393939781515
- Prelude>
728x90