<.> defined in GHC and System.FilePath

Neil Mitchell ndmitchell at gmail.com
Mon Dec 31 10:14:32 EST 2007


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


More information about the Glasgow-haskell-users mailing list