bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Lambdas


From: Tobia Conforto
Subject: [Bug-apl] Lambdas
Date: Tue, 30 Dec 2014 19:28:40 +0100

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

[Prev in Thread] Current Thread [Next in Thread]