axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: [Axiom-mail] [Axiom-mail] Lexicographic order


From: Jens Axel Søgaard
Subject: [Axiom-developer] Re: [Axiom-mail] [Axiom-mail] Lexicographic order
Date: Tue, 30 Aug 2005 10:44:51 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

root wrote:

Actually, tail recursion is supported automatically.

I tried the following and ran out of stack space:

loop : INT -> INT

loop (n) == loop (n)

loop (1)

  >> System error:
  Invocation history stack overflow.


Is there a way to turn off the invocation history?

--
Jens Axel Søgaard







reply via email to

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