Skip to content

Conversation

@alt-romes
Copy link
Collaborator

The defaultDepth to which we expand Ids is low because otherwise the performance cost is too great and perceivably slow.

However, the user has to iteractively expand the branches of the representation tree of variables as they want to view them.

We can leverage this interactivity to overcome the limited depth to which we expand. Simply: when the user expands a variable, always expand its corresponding Term a little bit more.

Fixes #97

@alt-romes alt-romes self-assigned this Oct 13, 2025
The defaultDepth to which we expand Ids is low because otherwise the
performance cost is too great and perceivably slow.

However, the user has to iteractively expand the branches of the
representation tree of variables as they want to view them.

We can leverage this interactivity to overcome the limited depth to
which we expand. Simply: when the user expands a variable, always expand
its corresponding Term a little bit more.

Fixes #97
@alt-romes alt-romes merged commit 1b4d225 into master Oct 13, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fully forced deep value appears as thunk

2 participants