haskell - Import monad state -


i'm trying import monad state. did following command:

:m control.monad.state 

but module cannot found. i'm using ghci, version 7.0.4:.

can give me hint fix problem?

thank you.

you're missing the mtl package.

you can either install hackage yourself; or install the haskell platform, comes necessary libraries.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -