X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=README.md;fp=README.md;h=a873afe8640012eb0aa5230f95b730fd449870ca;hb=eb6e5aec7684f2db4bab65b46b7d067d598bff85;hp=667b5d215431ea181f22b5223389d3c0ae7908ef;hpb=1a2e36396744a61bf408c752467225bc728772d5;p=cl-mock.git diff --git a/README.md b/README.md index 667b5d2..a873afe 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ interest. > => 23 > (OR) => 42, if FOO was inlined -The caveat is that this might not work on certain optimization settings. +The caveat is that this might not work on certain optimization settings, +including inlining. The underlying function `PROGF` may be used as well similarly to standard `PROG`: @@ -42,4 +43,5 @@ The underlying function `PROGF` may be used as well similarly to standard > => 23 > (OR) => 42, if FOO was inlined + [1]: http://common-lisp.net/project/closer/closer-mop.html