Skip to content
  • Raymond Toy's avatar
    Don't try to get the lambda-expression for a function · 94259938
    Raymond Toy authored
    Since we're just going to return the original compiled function,
    there's no point in trying to get the function-lambda-expression of
    the function.  So, if we're given a function, just return the
    (default) definition.
    94259938