diff options
author | dos-reis <gdr@axiomatics.org> | 2011-09-07 09:26:27 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-09-07 09:26:27 +0000 |
commit | 69f3bfa6c96a350b086ca9f21a7f55dabb7cf30f (patch) | |
tree | c6e392cebad5a0ecc6b12f6bf5ff698fbfd3ac0b /src/share/algebra/browse.daase | |
parent | 309c119295f7ff76dd6cd0026aa33daf5baddd84 (diff) | |
download | open-axiom-69f3bfa6c96a350b086ca9f21a7f55dabb7cf30f.tar.gz |
* interp/compiler.boot (compImport): Don't do anything if
bootstrapping: there is no much to import for now.
* interp/define.boot (getOperationAlist): Get the isFunctor
property directly.
(addDomain): Call isDomainForm.
Diffstat (limited to 'src/share/algebra/browse.daase')
-rw-r--r-- | src/share/algebra/browse.daase | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase index 46a83c12..d73ee151 100644 --- a/src/share/algebra/browse.daase +++ b/src/share/algebra/browse.daase @@ -1,5 +1,5 @@ -(2276909 . 3524261741) +(2276909 . 3524374395) (-18 A S) ((|constructor| (NIL "One-dimensional-array aggregates serves as models for one-dimensional arrays. Categorically,{} these aggregates are finite linear aggregates with the \\spadatt{shallowlyMutable} property,{} that is,{} any component of the array may be changed without affecting the identity of the overall array. Array data structures are typically represented by a fixed area in storage and therefore cannot efficiently grow or shrink on demand as can list structures (see however \\spadtype{FlexibleArray} for a data structure which is a cross between a list and an array). Iteration over,{} and access to,{} elements of arrays is extremely fast (and often can be optimized to open-code). Insertion and deletion however is generally slow since an entirely new data structure must be created for the result."))) NIL |