generating C stubs with GHC API
3 Nov
2010
3 Nov
'10
7:24 p.m.
I would like to get access to functions exported from Haskell module and to generate custom stubs for them using GHC API. As I understand, I need to obtain a list of ForeignDecl's (data structure defined in HsDecls GHC module) for given source module. How to achieve this with GHC API? -- Victor Nazarov
5489
Age (days ago)
5489
Last active (days ago)
0 comments
1 participants
participants (1)
-
Victor Nazarov