hasktags icon indicating copy to clipboard operation
hasktags copied to clipboard

No tags for FFI calls

Open coot opened this issue 5 years ago • 0 comments

foreign import ccall unsafe "HsRead" c_Read :: ....

Should generate c_Read entry in a hask tags file. Note that c_Read can also be placed in a new line:

foreign import ccall usafe "HsRead"
  c_Read :: ...

To add the actual c function HsRead one can run ctags -a **/*.c.

coot avatar Jan 02 '20 11:01 coot