How to use qualified name ModuleName.(.!.) ?

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Wed Jun 20 07:13:29 EDT 2007


Marc Weber <marco-oweber at gmx.de> wrote:

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

The parens must enclose the whole varop: 

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

Regards,
    Malcolm


More information about the Glasgow-haskell-users mailing list