You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
This issue is to track the creation of extension syntax for all those datatypes that bring a unified access to the inner property through property extension.
Ex taken from slack where @hastebrot proposed:
I believe we don't need the extension, but yes, it'd be nice to have a consistent value name between Either.(Left, Right), Option.Some, Ior.(Left, Right, Both), Try.Sucess and Id. Any others I forgot would be nice too, as long as the value isn't calculated, like in Eval for example.
Many nested values have their own identifiers:
This issue is to track the creation of extension syntax for all those datatypes that bring a unified access to the inner property through property extension.
Ex taken from slack where @hastebrot proposed:
All these property should live in
arrow.syntax.[datatype]
for consistency.The text was updated successfully, but these errors were encountered: