hello, On Mon, Jan 27, 2020 at 12:30:51AM +0100, Arne Babenhauserheide wrote: > Did you try it?
i never seen λ used in the documentation or code so what i actually wrote a macro: (define-syntax λ (syntax-rules () ((λ sign ...) (lambda sign ...)))) i just removed it and the code is still working. thanks a lot. marc