teymour-aldridge opened issue #3626:
I've tried using
Module::declarations
and thenModuleDeclarations::get_functions
but it doesn't seem to implementDisplay
.Sorry if this is me being silly.
bjorn3 commented on issue #3626:
No, a
Module
only contains the code after compilation.define_function
immediately compiles functions. You can print aFunction
before callingdefine_function
though. I believe it implementsDisplay
.
teymour-aldridge closed issue #3626:
I've tried using
Module::declarations
and thenModuleDeclarations::get_functions
but it doesn't seem to implementDisplay
.Sorry if this is me being silly.
teymour-aldridge commented on issue #3626:
Thanks!
Last updated: Nov 22 2024 at 16:03 UTC