Hi,

I'm using the technique described in this thread
https://stackoverflow.com/questions/61179586/use-haskell-like-prelude-modules-in-a-module-in-raku
to re-export module sub-trees in a project. One of these re-export
modules also exports an infix operator. The others only export classes
and roles.

The operator-exporting module gives an error:

Cannot import symbol '%?LANG' from 'Graphics::Shapes', because it
already exists in this lexical scope.

Can I modify the original technique to also cope with exported
operators?  Is this still the best way to approach this issue?

Thanks,

Stu

Reply via email to