Use a specific Literal
to decide how to apply wrap_kvs
trans functions.
#12
Labels
enhancement
New feature or request
Proposal: Use
FirstArgIsMapping(Literal)
A Literal class to mark a function as being one where the first argument is
a mapping (store). This is intended to be used in wrappers such as
wrap_kvs
to indicate when the first argument of a transformer function
trans
likekey_of_id
,preset
, etc. is the store itself, therefore should be applied astrans(store, ...)
instead oftrans(...)
.┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: