ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Refactor NativeUi.elm to use point-free style #68

Closed ahstro closed 7 years ago

ahstro commented 7 years ago

Was just reading through it and found some places that could be refactored to use point-free style. I checked the .js equivalents to make sure they're wrapped in FN functions (where N is number of arguments), but since there were no tests (and I didn't have time to look into writing any) I can't be 100% sure it works, so please look over before (if) merging :)