Nowadays LIST does not depend on ILIST.  So we should remove it from
"core domains".

- Qian

====

diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 437cf75b..5583ce9f 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -350,7 +350,7 @@ SPADLIST=${SPADLIST1} ${SPADLIST2} ${SPADLIST3} ${SPADLIST4} \

 # List of core domains
 DOMLIST= ALIST BOOLEAN CHAR DFLOAT FRAC HASHSTAT \
-        ILIST IARRAY1 ISTRING IVECTOR \
+        IARRAY1 ISTRING IVECTOR \
INT LIST NNI OUTFORM PI PRIMARR REF SEX SINT STRING SYMBOL VECTOR \
         MATRIX ARRAY1 IIARRAY2 ARRAY2 U32VEC U32MAT U16VEC U16MAT U8VEC \
         U8MAT I32VEC I32MAT I16VEC I16MAT I8VEC I8MAT PRIMMAT2 \
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index b1a6de2c..92911054 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -406,7 +406,7 @@ database.
   |UnaryRecursiveAggregate&| |OrderedSet&| |AbelianGroup&| |Algebra&|
   |Module&| |Ring&| |StringAggregate&| |AbelianMonoid&|
   |ExtensibleLinearAggregate&| |PositiveInteger| |StreamAggregate&|
-  |IndexedString| |IndexedList| |ListAggregate&| |LinearAggregate&|
+  |IndexedString| |ListAggregate&| |LinearAggregate&|
   |Character| |String| |NonNegativeInteger| |SingleInteger|
|OneDimensionalArrayAggregate&| |FiniteLinearAggregate&| |PrimitiveArray|
   |Integer| |List| |OutputForm|))

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/7b425cb8-9ce5-4a45-87fd-c10458d7330c%40gmail.com.

Reply via email to