this would make tracing difficult though - -fmap
and -fapply
would create new reaction
s with anonymous functions - i'm wondering if there is some way of passing alet
binding information down to -fmap
and -fapply
so that the implementation could name the functions used in the reaction
s sensibly and make tracing easier
(background here https://github.com/Day8/re-frame/issues/170 )
IMHO, I'm not clearly understand how that are related 😞
re-frame is too much complex for understand for me
fmap fapply is a generic approach, and I think that if reframe needs something similar but more specialized, it should learn from generic implementation and implement a specific one.
it's really only about tracing - in this case the fmap
and fapply
implementations will produce anonymous functions - if we could name those functions according to the alet
binding steps/batches they relate to then tracing would be much better