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
This is IMHO best monad resource - All About Monads, and here's part for Reader monad.