Hi Akiva,
yes, please report them.
The fix in SVN 245 should have removed most of them, not only for Drop.
/// Jürgen
On 05/04/2014 04:55 PM, Akiva Avraham wrote:
Tried 245; looks great.
Actually I have run across a few debug messages when trying out
improper monadics. If I run across any more, would you like them to be
forwarded?
" ?B does not work. I think it should grab the last element."
That was a mistake on my part; should have said,
Shouldn't monadic ?B drop the first element?
--
On 14-05-04 07:05 AM, Juergen Sauermann wrote:
Hi Akiva,
I have removed the extra debug printout, see SVN 245.
Monadic ? is undefined as indicated by 'Error' in your table;
I believe the last element of X is ¯1?X and not ?X.
/// Jürgen
On 05/04/2014 03:20 PM, Akiva Avraham wrote:
Thought I'd point out an inconsistency.
http://i.imgur.com/A8Q3Ka7.jpg
Take A?B Select the first (or last) A elements of B according to
×A Take ?B Select first element
Drop A?B Remove the first (or last) A elements of B according to
×A Drop ?B Error
?::eval_B() called (overloaded variant not yet implemented?)
VALENCE ERROR
?B works, grabbing the first element.
--