On 16.02.2020 16:40, Waldek Hebisch wrote: ... > > > So, it seems that we should remove VectorSpace: it adds > > almost nothing and is essentially unused. Any comments?
I would agree in principle if Ralf didn't make a point: it's a widely known concept whereas Module(F) is for the algebraist ;) But you're right, so as it stands it's quite useless. More important to me would be a (backward compat.) list keeping records of what has been removed, so that "old code" can easily be compiled , e.g. FreeAbelianGroup X ==> FreeModule(Integer,X) VectorSpace X ==> Module X ... -- 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/39a7787f-20c4-7b6e-7cb3-60feb82fc991%40gmail.com.
