# Pastebin nquT5HXJ # in Unit.rakumod class Unit {...} class Unit does Maths[Unit] { … } # in Unit/Maths.rakumod role Maths[::Unit] { Unit.new(); … }