JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
524 stars 99 forks source link

Fix bug preventing printing of callable structs #516

Open AayushSabharwal opened 1 year ago

AayushSabharwal commented 1 year ago

See https://github.com/JuliaSymbolics/Symbolics.jl/pull/846

AayushSabharwal commented 1 year ago

It seems the only way to test this is to call show_call directly?

shashi commented 1 year ago

You can use repr..