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