j
k
j a
j l
On Sun, Sep 29, 2013 at 9:10 PM, wrote:
+ isPrelude :: ImportDecl Name -> Bool + isPrelude = (== "Prelude") . moduleNameString . unLoc . ideclName
Can't you just do unLoc (ideclName imp) == pRELUDE_NAME here?
Attachments:
Back to the thread
Back to the list