0126: Can't export a foreign function definition
Compiler found a foreign function definition combined with the export
keyword:
Possible solutions:
remove
export
keyword
make a local SCM function and export it instead:
Last updated