|
|
|
|
|
by liontwist
520 days ago
|
|
Are the students who failed the pointer class the same ones in the fmap class? I didn’t say “using map” I said understanding the type signature. For example, after introducing map can you write its type signature? That’s abstract reasoning. Pointers are a problem in Haskell too. They exist in any random access memory system. |
|
Sure, IORef is a thing, but it's hardly comparable to the prevalence of pointers in C. I use pointers constantly. I don't think I've ever used an IORef.