Consider supporting typed-strings #154
springcomp
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Maybe extend
That's where type coercion might be involved to promote type-inference. For instance, future date/time functions might be defined to operate on such strings and the prefix would not be needed in most cases. Although one might be weary of implicit type conversions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In light of a future extension of comparison to strings, it could be beneficial to support typed-strings and well-defined comparison semantics.
For instance comparing dates and times.
Comparing units.
Comparing guids.
Etc.
Beta Was this translation helpful? Give feedback.
All reactions