bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Unique of nested arrays doesn't work


From: Daniel H. Leidisch
Subject: [Bug-apl] Unique of nested arrays doesn't work
Date: Fri, 07 Feb 2014 15:33:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hello!

Unique with nested arrays results in a domain error:

      ∪1⍴¨1 2 3 4 1
DOMAIN ERROR
      ∪1⍴¨1 2 3 4 1
      ^
      ∪'foo' 'bar' 'baz' 'foo'
DOMAIN ERROR
      ∪'foo' 'bar' 'baz' 'foo'
      ^

Both examples work in Dyalog, NGN, and, according to their
documentation, MicroAPL. I'm at r116.


Regards,

Daniel




reply via email to

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