teymour-aldridge opened issue #3626:
I've tried using
Module::declarationsand thenModuleDeclarations::get_functionsbut it doesn't seem to implementDisplay.Sorry if this is me being silly.
bjorn3 commented on issue #3626:
No, a
Moduleonly contains the code after compilation.define_functionimmediately compiles functions. You can print aFunctionbefore callingdefine_functionthough. I believe it implementsDisplay.
teymour-aldridge closed issue #3626:
I've tried using
Module::declarationsand thenModuleDeclarations::get_functionsbut it doesn't seem to implementDisplay.Sorry if this is me being silly.
teymour-aldridge commented on issue #3626:
Thanks!
Last updated: Dec 13 2025 at 21:03 UTC