fpco / inline-c

284 stars 49 forks source link

Add function to get `FunPtr` from name #5

Closed bitonic closed 9 years ago

bitonic commented 9 years ago

Right now mkFunPtr requires a type to be passed in explicitely, but we should have a function of type

TH.Name -> TH.ExpQ

for defined functions.