[Haskell-cafe] chr/ord?

Neil Mitchell ndmitchell at gmail.com
Fri May 1 06:32:49 EDT 2009


Hi

> But I get this when I try to use it:
>
> sheep.hs:30:22: Not in scope: `mplus'
> [michael at localhost ~]$

You need to import Control.Monad. You can find answers to these sorts
of questions with Hoogle: http://haskell.org/hoogle/?hoogle=mplus

Thanks

Neil


More information about the Haskell-Cafe mailing list