On Tuesday 18 Oct 2011 11:55:25 Gabriel Dos Reis wrote:
> Some notes:

Gaby,

Thanks for your notes, I'll add them to the file.

So in OpenAxiom BasicType there is an implementation of equality that is not 
in FriCAS BasicType:

      x = y == not before?(x,y) and not before?(y,x)
      x:% ~= y:% == not(x=y)
      before?(x,y) == %before?(x,y)$Foreign(Builtin)

Can anyone tell me how this should translate to FriCAS and should it go into 
BasicType  or only into PropositionalFormula?

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to