aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/forttyp.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-21 02:51:45 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-21 02:51:45 +0000
commit0b97ae7365e5ba3d3e078147124e096f7cccde4b (patch)
tree7c592d28e943a0ad51f6b7f77e8435fe01a03f00 /src/algebra/forttyp.spad.pamphlet
parent84baa1f88fc80b1e05412dcf5a25234962317691 (diff)
downloadopen-axiom-0b97ae7365e5ba3d3e078147124e096f7cccde4b.tar.gz
* algebra/annacat.spad.pamphlet (NumericalIntegrationProblem):
Remove redundant signature. (NumericalODEProblem): Likewise. (NumericalPDEProblem): Likewise. (NumericalOptimizationProblem): Likewise. * algebra/forttyp.spad.pamphlet (FortranType): Likewise. * algebra/void.spad.pamphlet (Void): Now CoercibleTo OutputForm.
Diffstat (limited to 'src/algebra/forttyp.spad.pamphlet')
-rw-r--r--src/algebra/forttyp.spad.pamphlet2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/algebra/forttyp.spad.pamphlet b/src/algebra/forttyp.spad.pamphlet
index 334b236b..a3806331 100644
--- a/src/algebra/forttyp.spad.pamphlet
+++ b/src/algebra/forttyp.spad.pamphlet
@@ -184,8 +184,6 @@ FortranType() : exports == implementation where
FSTU ==> Union(fst:FST,void:"void")
exports == SetCategory with
- coerce : $ -> OutputForm
- ++ coerce(x) provides a printable form for x
coerce : FST -> $
++ coerce(t) creates an element from a scalar type
scalarTypeOf : $ -> FSTU