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
First, summon Show[T] instances, when show = true, and fail inlining
(i.e. compilation) if it doesn't exist.
Secondly, even when show = false (i.e. the default), use the Show
instance if one exists.
The motivation here was I had some non-Showable value, for which there
is a Show instance, that wasn't showing properly under show=true.
0 commit comments