Fork me on GitHub
#specter
<
2017-02-23
>
souenzzo18:02:51

There is something like transform-one!? (transform-one! (walker :a) f m) with: Return nil if dosen't apply f in any element Throws or don't apply f if find more then one "match" Return transformed m case find only one "match"

nathanmarz19:02:28

@souenzzo no, nothing like that

nathanmarz19:02:42

easy to implement yourself by wrapping the transform fn

souenzzo19:02:16

I implemented with select-one before transform. For now, that's enough. 😉