<.> defined in GHC and System.FilePath

Simon Peyton-Jones simonpj at microsoft.com
Thu Jan 3 10:44:05 EST 2008


I've no objection to renaming it, if that's more convenient.  It's a kind of composition operator, hence the name.  Perhaps <:>?  By all means send, or commit, a patch

Simon

| -----Original Message-----
| From: glasgow-haskell-users-bounces at haskell.org [mailto:glasgow-haskell-users-bounces at haskell.org] On Behalf Of
| Neil Mitchell
| Sent: 31 December 2007 15:15
| To: GHC Users
| Subject: <.> defined in GHC and System.FilePath
|
| Hi
|
| The GHC API uses the <.> operator, which clashes with System.FilePath.
| Possibly this might want renaming to something else - I have
| absolutely no idea what it does!
|
| Prelude> :m GHC
| Prelude GHC> :i <.>
| (<.>) :: HsWrapper -> HsWrapper -> HsWrapper    -- Defined in HsBinds
|
| Thanks
|
| Neil
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users at haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


More information about the Glasgow-haskell-users mailing list