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
The main issue underlying the confusion surrounding #57, #24, and likely many other issues is the 'eager' expansion of !! (i.e., unquoting happens before invocation). Now that we have expandChain(), I wonder if it would be possible/better to expand at runtime instead...
The text was updated successfully, but these errors were encountered:
The main issue underlying the confusion surrounding #57, #24, and likely many other issues is the 'eager' expansion of
!!
(i.e., unquoting happens before invocation). Now that we haveexpandChain()
, I wonder if it would be possible/better to expand at runtime instead...The text was updated successfully, but these errors were encountered: