> > As a protocol it would be considered to have no tuple implementation > though, of which I could then supply. >
Yes and no. You could but it wouldn't be semantically correct. What if someone else implement their own "fake" data type with tuples and want to use the tuple implementation? It wouldn't compose and the code would just fail. -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CAGnRm4KEw%2BcHZbasr2uea0dXJYi_b6Pea_RAbE4%2BZhRzpCyvOg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
