|
|
|
last edited 17 years ago by gdr |
| 1 2 3 4 5 6 | ||
|
Editor: kratt6
Time: 2008/01/03 10:06:33 GMT-8 |
||
| Note: | ||
changed: - \begin{axiom} )di abb INT \end{axiom} should give 'Integer', or at least a correct error message (for example: 'INT' is not a constructor name). \begin{axiom} )di abb Integer \end{axiom} gives the abbreviation 'INT', but sometimes I'd like to go the other way. Martin
axiom)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).
axiom)di abb Integer INT abbreviates domain Integer
gives the abbreviation INT, but sometimes I'd like to go the other way.
Martin