Holmusk / elm-street

:deciduous_tree: Crossing the road between Haskell and Elm
Mozilla Public License 2.0
88 stars 6 forks source link

[#90] Support converting three-tuples #84

Closed arbus closed 5 years ago

arbus commented 5 years ago

This PR adds support for converting 3-tuples. This is the max number of tuples that elm supports and it makes sense for us to do so as well

arbus commented 5 years ago

Added tests and changelog

chshersh commented 5 years ago

It looks like the data type definition doesn't compile for some reason :thinking:

vrom911 commented 5 years ago

@arbus do you plan to finish this or do you need any help?

arbus commented 5 years ago

Ah, didn't see that there was a rebase issue. Rebased and squashed all the wip commits now