Re: [fricas-devel] representation depending on a parameter
On Mon, Sep 01, 2025 at 12:48:22AM +0200, 'Ralf Hemmecke' via FriCAS - computer algebra system wrote: > I thought the following would be possible in SPAD. > > - > )abbrev package FOO Foo > Foo(n: Integer): Exports == Implementation where > Exports ==> Ring > Implem
[fricas-devel] representation depending on a parameter
I thought the following would be possible in SPAD. - )abbrev package FOO Foo Foo(n: Integer): Exports == Implementation where Exports ==> Ring Implementation ==> n > 2 => Fraction Integer Integer - However, it gives %%% (148) -