monad-lab / study

2 stars 1 forks source link

[CH08] 178pg let indentation #61

Open PingPingE opened 8 months ago

PingPingE commented 8 months ago

교재에서 let 한번만 선언하고 들여쓰기로 여러 줄 입력했던데 저는 그렇게 하니까 컴파일 에러가 뜹니다..

prog.hs:9:1: warning: [-Wtabs] Tab character found here. Please use spaces instead. | 9 | bigLastName = map toUpper lastName | ^^^^^^^^

PingPingE commented 7 months ago