bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Monadic ⊣ changed


From: Juergen Sauermann
Subject: [Bug-apl] Monadic ⊣ changed
Date: Thu, 18 Sep 2014 15:58:14 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi,

I have changed monadic ⊣ to be more efficient.

The old behavior was that ⊣ B was a copy of B but as a committed value.
The new behavior is that
⊣ B is 0 as a committed value of 0 (instead of B).

The original purpose of monadic ⊣ was to suppress the printout of B and that still works.

The new behavior makes a difference if the result of 
⊣ B is assigned or otherwise used
(and in that case ⊣ was unnecessary). In those cases monadic ⊢ can be used instead of ⊣.

/// Jürgen


reply via email to

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