Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Ralf Hemmecke
> | Note: This code is currently the same in both FriCAS and OpenAxiom. > > OpenAxiom issues this warning: > >Warnings: > [1] OpenAxiom suggests removing assignment to Rep Very nice. > | Since BinarySearchTree is a particular class of BinaryTree for > | consistency in BinarySearchTr

Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Gabriel Dos Reis
Bill Page writes: | On Thu, Apr 2, 2009 at 2:19 PM, Gabriel Dos Reis wrote: | > Bill Page writes: | > | > | Since BinarySearchTree is a particular class of BinaryTree for | > | consistency in BinarySearchTree I would expect to see: | > | | > | ═Implementation == BinaryTree(S) add | > | ═ ═Rep ==

Re: [open-axiom-devel] [fricas-devel] Re: rep/per again

2009-04-02 Thread Bill Page
On Thu, Apr 2, 2009 at 2:19 PM, Gabriel Dos Reis wrote: > Bill Page writes: > > | Since BinarySearchTree is a particular class of BinaryTree for > | consistency in BinarySearchTree I would expect to see: > | > |  Implementation == BinaryTree(S) add > |    Rep == List Tree S > > As I said, I would

Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Gabriel Dos Reis
Bill Page writes: | > | On Thu, Apr 2, 2009 at 12:06 AM, Gabriel Dos Reis wrote: | > | > If you're not proposing to export the Rep, then your proposal is a bit | > | > obscure to me.  Would you mind clarifying why the above does not | > | > amount to exporting the Rep of SomeDomain? | > | > | > B

Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Gabriel Dos Reis
Bill Page writes: | > | On Thu, Apr 2, 2009 at 12:06 AM, Gabriel Dos Reis wrote: | > | > If you're not proposing to export the Rep, then your proposal is a bit | > | > obscure to me.  Would you mind clarifying why the above does not | > | > amount to exporting the Rep of SomeDomain? | > | > | > B

Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Bill Page
> | On Thu, Apr 2, 2009 at 12:06 AM, Gabriel Dos Reis wrote: > | > If you're not proposing to export the Rep, then your proposal is a bit > | > obscure to me.  Would you mind clarifying why the above does not > | > amount to exporting the Rep of SomeDomain? > | > > Bill Page wrote: > | Because it i

Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Gabriel Dos Reis
Bill Page writes: | On Thu, Apr 2, 2009 at 12:06 AM, Gabriel Dos Reis wrote: | > Your earlier suggestion | > | > Bill Page writes: | >  # On the other hand, if there is no OldDomain then it is necessary to | >  # specify the domain that will represent this new domain. We could do it | >  # like

Re: [open-axiom-devel] rep/per again

2009-04-02 Thread Bill Page
On Thu, Apr 2, 2009 at 12:06 AM, Gabriel Dos Reis wrote: > Your earlier suggestion > > Bill Page writes: >  # On the other hand, if there is no OldDomain then it is necessary to >  # specify the domain that will represent this new domain. We could do it >  # like this: >  # >  #   Foo(...): with >