Aliasing current module qualifier

Brandon Allbery allbery.b at gmail.com
Mon Sep 29 15:47:13 UTC 2014


On Mon, Sep 29, 2014 at 4:19 AM, Herbert Valerio Riedel <hvr at gnu.org> wrote:

> Now it'd be great if I could do the following instead:
>
>     module AnnoyinglyLongModuleName (M.length, M.null) where
>
>     import AnnoyinglyLongModuleName as M -- <- does not work
>

I think if I wanted this syntax, I'd go for:

    module AnnoyinglyLongModuleName as M where ...

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20140929/bbf1313f/attachment.html>


More information about the Glasgow-haskell-users mailing list