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
Post a Comment