-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obsolete Appending in favor of emitting an error when we use the ++ operator #93
Comments
AttilaMihaly
added a commit
to AttilaMihaly/morphir-elm
that referenced
this issue
Jul 9, 2020
KindsonTheGenius
pushed a commit
to KindsonTheGenius/morphir-elm
that referenced
this issue
Apr 12, 2023
sfc-gh-lfallasavendano
added a commit
to Snowflake-Labs/morphir-elm
that referenced
this issue
Dec 13, 2023
sfc-gh-lfallasavendano
added a commit
to Snowflake-Labs/morphir-elm
that referenced
this issue
Dec 13, 2023
sfc-gh-lfallasavendano
added a commit
to Snowflake-Labs/morphir-elm
that referenced
this issue
Jan 2, 2024
sfc-gh-lfallasavendano
added a commit
to Snowflake-Labs/morphir-elm
that referenced
this issue
Jan 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
++
operator assumes a type inferencer that can tell the difference betweenString
andList
. Until this is available we will error out to remove ambiguity.https://github.com/Morgan-Stanley/morphir-elm/blob/2dfd49aa61448374d4f9045e7aa54ffc660b88c9/src/Morphir/IR/SDK/Appending.elm#L1
The text was updated successfully, but these errors were encountered: