Marc Weber <[EMAIL PROTECTED]> wrote:

>     print $ M.(.!.) [1,2]  1                         -- (2)

The parens must enclose the whole varop: 

      print $ (M..!.) [1,2]  1                         -- (2)

Regards,
    Malcolm
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to