|
|
last edited 17 years ago |
1 | ||
Editor:
Time: 2007/11/17 23:04:20 GMT-8 |
||
Note: property change |
changed: - I understand that the following is not a smart thing to do. Axiom should complain, but it just coredumps silently: === primes:Stream Integer := generate(nextPrime, 2) smallerThan(stream, n) == [ s for s in stream | s < n ] smallerThan(primes, 100) -- Axiom 3.0 Beta coredumps === Matthias From TimDaly Tue Feb 8 05:42:59 -0600 2005 From: Tim Daly Date: Tue, 08 Feb 2005 05:42:59 -0600 Subject: duplicate Message-ID: <20050208054259-0600@page.axiom-developer.org> Status: open => closed From unknown Tue Mar 8 05:52:59 -0600 2005 From: Date: Tue, 08 Mar 2005 05:52:59 -0600 Subject: property change Message-ID: <20050308055259-0600@page.axiom-developer.org>
I understand that the following is not a smart thing to do. Axiom should complain, but it just coredumps silently: === primes:Stream Integer := generate(nextPrime, 2) smallerThan(stream, n) == [ s for s in stream | s < n ] smallerThan(primes, 100) -- Axiom 3.0 Beta coredumps === Matthias ------------------------------------------------------------ duplicate --Tim Daly, Tue, 08 Feb 2005 05:42:59 -0600 Status: open => closed property change --Tue, 08 Mar 2005 05:52:59 -0600