When I execute the following commands within the CoqIDE:
Extraction Language Haskell.
Extraction "Code.hs" my_function.
I get the following error:
System error: "Code.hs: Permission denied"
If I try instead:
Extraction Language Haskell.
Extraction "~/Code.hs" example10.
I get the error:
System error: "~/Code.hs: No such file or directory"
I'm using the CoqIDE 8.5beta3 for MacOSX.
How can I fix this? How can I do extraction through the CoqIDE without having permission issues?