Hi > But I get this when I try to use it: > > sheep.hs:30:22: Not in scope: `mplus' > [mich...@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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
