Patch is here:
https://github.com/oldk1332/fricas/commit/ad22064d366944fce47d0a90cbbd56a85397479a.patch

or:

diff --git a/src/interp/property.lisp b/src/interp/property.lisp
index 119bc9a..10b8fb8 100644
--- a/src/interp/property.lisp
+++ b/src/interp/property.lisp
@@ -74,8 +74,8 @@
    (EQUATNUM "  ")
    (IQUOTIENT "//")
 ;;   (= "=")
-   (= "= ")
-;;   (= " = ")
+;;   (= "= ")
+   (= " = ")
    (|>=| " >= ")
    (|>| " > ")
    (|<=| " <= ")


Or see https://github.com/oldk1331/fricas/pull/1

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to