help with reader monad

后端 未结 3 519
暗喜
暗喜 2021-01-04 04:29

I am new at haskell, I have to write a program context-aware,so I thought I can use the Reader Monad for keeping the context read from a file, I know how to read the file p

3条回答
  •  萌比男神i
    2021-01-04 05:10

    This is IMHO best monad resource - All About Monads, and here's part for Reader monad.

提交回复
热议问题