login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #186 compose function crashes Axiom revision 1 of 1

1
Editor:
Time: 2007/11/17 22:04:43 GMT-8
Note: See #114 MapOnFunctionsCrash

changed:
-
2) Axiom patch40 crashes (at least on my Debian installation) on the 
following code::

  E := Expression Integer
  F := E -> E
  compose(f:F, g:F):F == (e:E):E +-> f(g(e))
  p(e:E):E == 2*e+1
  q(e:E):E == 3*e+1
  compose(p,q)

Best regards

Ralf Hemmecke <ralf@hemmecke.de>


From BillPage Tue Jun 28 11:42:56 -0500 2005
From: Bill Page
Date: Tue, 28 Jun 2005 11:42:56 -0500
Subject: See #114 MapOnFunctionsCrash
Message-ID: <20050628114256-0500@page.axiom-developer.org>

Status: open => duplicate 


Submitted by : (unknown) at: 2007-11-17T22:04:43-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

2) Axiom patch40 crashes (at least on my Debian installation) on the following code:

  E := Expression Integer
  F := E -> E
  compose(f:F, g:F):F == (e:E):E +-> f(g(e))
  p(e:E):E == 2*e+1
  q(e:E):E == 3*e+1
  compose(p,q)

Best regards

Ralf Hemmecke

See #114 MapOnFunctionsCrash? --Bill Page, Tue, 28 Jun 2005 11:42:56 -0500 reply
Status: open => duplicate