issues
search
monad-lab
/
study
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[CH3](p. 40) list ++ 안된다면서 왜 show 는 되는건가
#28
py6578
opened
9 months ago
2
pattern 에서 list ++ 을 쓸 수 없는 이유가 (because of the nature of lists)라는데, 그 nature라는 게 compile에 len을 알 수 없어서 그런가?
#27
py6578
opened
9 months ago
1
[CH3](p. 39) tell (x:y:_) 은 왜 N lenghth list를 받을 수 있는건지?
#26
py6578
opened
9 months ago
1
[CH3](p.39) single list와 singleton list 는 무슨 차이일까
#25
py6578
opened
9 months ago
1
[CH3](p. 37) catchall이 아닌 pattern을 컴파일 안하면 좋을텐데, 이러나 저러나 컴파일이 되고 exception이 나면 사실상 사용자가 안전을 신경써야하는 것인가요
#24
py6578
opened
9 months ago
1
ch3. 패턴 매칭과 case는 다른 이유가 있어 if/then/else 형식일까요?
#23
y30n9ju1v
opened
9 months ago
2
[CH2](p. 28~) Foldable Type class가 무엇인가요? (list를 파라미터로 받는 함수들 타입을 찍어보니 자주 등장하던데...)
#22
PingPingE
opened
9 months ago
1
Update README.md
#21
PingPingE
closed
9 months ago
0
Update README.md
#20
patrollkim
closed
9 months ago
0
[CH02]PDF27p에 Type Classes 101 두번째 문단 질문입니당
#19
philosucker
opened
9 months ago
3
[CH2](p. 31) Bounded type class의 'maxBound::Char' >> '\1114111' 왜 이 모양일까, 왜 ascii max 값이 아닌겨
#18
py6578
opened
9 months ago
2
[CH2](p. 31) Enum type class의 ()은 뭐고, float double의 succ는... 3.4 -> 4.4 일까, 3.5일까,,?
#17
py6578
opened
9 months ago
3
[CH2](p.31) 명백히 틀린 type annotation과 GHC의 type inference가 상충할 때, 뭐가 우선될까?
#16
py6578
opened
9 months ago
1
[CH2](p.30) > Haskell needs to know all the types before compile < 이라면, type inference는 compile 이전 preprocess 과정이 존재하고 그 과정에서 이뤄지는 것인지?, 하지만 Read 함수 같이, 실행이 필요한 바는 어떻게 이뤄지는지? 미리 pre compiled된 친구를 쓰는건지? 아니면 미뤄두고 나머지는 compile에 해결보는건지?
#15
py6578
opened
9 months ago
3
[CH2](p. 30) read type class가 명백히 type을 알 수 있는 경우에도 위의 ambiguous type 'a' in the constraint 에러를 낼까?
#14
py6578
opened
9 months ago
2
[CH2](p.27) Type Class의 존재 의의가 무엇인가? For What?? '_'??, 뭐하러 standard type을 기준 삼아 붙을 수 있는 각 operator의 동작(function, behavior)을 정의하는 게 아니라, operator(behavior)를 기준으로, standard type 의 집합(group)을 정의하고 (+ 그것도 중복해서), 서로 내포하고, prerequisite 하고 그러는걸까,,,
#13
py6578
opened
9 months ago
2
[CH2](p.27) Haskell의 input / output / function type이라는 건 무엇인가? 그리고 왜 3개가 한 쌍이 아니라 각자 따로 존재하는가?
#12
py6578
opened
9 months ago
2
[CH2](p.27) == opertor가 함수이면, CH2 소 그림 밑 시작에 'Everything in Haskell has a type'에 의해, operator 또한 (하나의 함수이자) 하나의 타입인 것인지?
#11
py6578
opened
9 months ago
3
[CH1](p.26) empty tuple () is also a type. Q. (5+8) <- 이것도 single value empty tuple?
#10
py6578
opened
9 months ago
4
[CH2](p.26) floating point: single vs double precision의 차이
#9
py6578
opened
9 months ago
1
하스켈에서 Int타입과 Integer타입의 차이가 뭘까요?
#8
y30n9ju1v
opened
9 months ago
1
64bit CPU에서 하스켈 Int가 나타낼 수 있는 최대 양의 정수는 왜 2^63일까요?
#7
y30n9ju1v
opened
9 months ago
2
function도 타입인데 왜 Eq함수에서 인스턴스가 안될까요?
#6
y30n9ju1v
opened
9 months ago
3
head 함수에 빈 list를 넣으면?
#5
y30n9ju1v
opened
9 months ago
2
하스켈에는 unsigned int가 없나요?
#4
y30n9ju1v
opened
9 months ago
1
하스켈에서 string은 문자열 array가 아니라 list일까요?
#3
y30n9ju1v
opened
9 months ago
1
[ch 1](~p. 22) QnA list upload
#2
py6578
closed
10 months ago
1
프로젝트에서 이렇게 질문을 이슈로 올려주셔도 되고 Study 레포에서 이슈를 직접 등록해주셔도 됩니다
#1
leechanwoo
opened
10 months ago
0
Previous