Hello

It semes the parser does not like it when I juxtapose two lambdas:

      {⍵} ⊢ {⍵} 3
3
      {⍵} {⍵} 3
SYNTAX ERROR
      {⍵}λ1 3
      ^  ^

Is this related to function / operator parsing?

Tobia

Reply via email to