Here is a question about data types. Is it ok to h...
# arrow-contributors
p
Here is a question about data types. Is it ok to have an internal dependency from one datatype to another? I'm working on
Weak
and was wondering if it would be ok to use an
Eval
instead of
() -> A?
as the wrapper for a provider