Skip to content

Fix #24: compilation of (compile 'foo)

Raymond Toy requested to merge rtoy-fix-24-compile-foo into master

If the function is already compiled and we don't have the source for it, we don't need to do anything, per CLHS.

Test case added as well.

Merge request reports