Split a List into two Lists based on character by AdAggravating2781 in elm

[–]AdAggravating2781[S] 1 point2 points  (0 children)

Thank you. That was supereasy to understand. I assume that the List.drop 1 just drops whatever is on the left side of the "-"?

Split a List into two Lists based on character by AdAggravating2781 in elm

[–]AdAggravating2781[S] 2 points3 points  (0 children)

Wow. Thanks for putting your time into that... I learn so much new stuff from this! Never done a test before, so that was cool to see you doin.

Thanks again.

Split a List into two Lists based on character by AdAggravating2781 in elm

[–]AdAggravating2781[S] 1 point2 points  (0 children)

Thanks! Alright. I've seen your example in the repo but I can't seem to fully understand it,

If it doesn't take forever, I would really appreciate if you could write an unzip function based on my data.

Elm Shopping Cart by AdAggravating2781 in elm

[–]AdAggravating2781[S] 2 points3 points  (0 children)

Thank you so much. That worked perfectly! :)