You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zimablue 3:07 AM
noticed an implicit invariant that's violated: (~= (make-node (children x)) x) is true except for Bordered. 3:07
sorry that should be (make-node x (children x))
The text was updated successfully, but these errors were encountered:
Via @zimablue on clojurians slack:
zimablue
3:07 AM
noticed an implicit invariant that's violated: (~= (make-node (children x)) x) is true except for Bordered.
3:07
sorry that should be (make-node x (children x))
The text was updated successfully, but these errors were encountered: