Ralf Hemmecke wrote:
> 
> Strange, but that is not what I would expect from the specification.
> 
> Ralf
> 
> http://fricas.github.io/api/OutputForm.html#index-81
> 
> (2) -> string("ab"::OutputForm)
> 
>    (2)  ""ab""
>                                         Type: OutputForm

Try:
(6) -> string("ab" pretend OutputForm)

   (6)  "ab"
                                                             Type: OutputForm

Probably better signature would be:

  string : String -> %

BTW: AFAICS current version is unused, so doing change is
reasonable.

-- 
                              Waldek Hebisch
[email protected] 

-- 
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 http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to