|
|
last edited 16 years ago by gdr |
1 2 3 4 5 6 | ||
Editor: alfredo
Time: 2008/10/16 03:24:19 GMT-7 |
||
Note: Patch from Fricas |
added:
From alfredo Thu Oct 16 03:24:19 -0700 2008
From: alfredo
Date: Thu, 16 Oct 2008 03:24:19 -0700
Subject: Patch from Fricas
Message-ID: <20081016032419-0700@axiom-wiki.newsynthesis.org>
http://fricas.svn.sourceforge.net/viewvc/fricas/trunk/src/interp/i-syscmd.boot?r1=133&r2=188&view=patch
)di abb INT
INT is neither a constructor name nor a constructor abbreviation.
should give Integer
, or at least a correct error message (for example: INT
is not a constructor name).
)di abb Integer
INT abbreviates domain Integer
gives the abbreviation INT
, but sometimes I'd like to go the other way.
Martin
no patch available