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
In order to make the API more "functional" (in the mathematical sense), we should not give access to the source.
In fact, filters only ever use source for ensure-match-data-string.
So instead we can call ensure-match-data-string from the match-data reader, possibly closing over source.
The text was updated successfully, but these errors were encountered:
In order to make the API more "functional" (in the mathematical sense), we should not give access to the
source
.In fact, filters only ever use source for
ensure-match-data-string
.So instead we can call
ensure-match-data-string
from thematch-data
reader, possibly closing oversource
.The text was updated successfully, but these errors were encountered: