krisajenkins / elm-export

Create Elm types and JSON decoders from Haskell source.
Eclipse Public License 1.0
116 stars 47 forks source link

#29: fix toElmTypeRef for tuples, add tests #30

Closed domenkozar closed 7 years ago

domenkozar commented 7 years ago

Fixes #29

Note: I've made tuples without extra space between parens, since that's the official Elm notation.

cc @krisajenkins

krisajenkins commented 7 years ago

Thanks @domenkozar looks good. Sorry to be a stickler, but can you split this into two commits - one for the whitespace change and one for the ref fix?

domenkozar commented 7 years ago

@krisajenkins done!

krisajenkins commented 7 years ago

Thanks! Published as 0.6.0.1. :-D

krisajenkins commented 7 years ago

Oh, and I've added you to the contributors list in the README. :-)