Understanding scan
from a Functional Programming/Category Theory/Haskell perspective
#11079
Unanswered
pharringtonp19
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As @patrick-kidger and @cgarciae pointed out in their paper on Equinox, we can think of
jax.tree_map
as a functor.Would it be correct to think of
jax.lax.scan
as a bifunctor?The haskell-like type signature of
scan
Is very similar to the haskell type signature ofbimap
(bimap type signature from here)
Beta Was this translation helpful? Give feedback.
All reactions