
19 Oct
2013
19 Oct
'13
9:58 a.m.
Hi, I wanted to use the GHC API to find if a symbol is exported from a module. The function 'modInfoIsExportedName :: ModuleInfo -> Name -> Bool' seems to do what I want, but how do I convert a symbol string into a 'Name'? Thanks for any hints! Greetings, Daniel