New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docu links between Char and Keyboard modules #237

Closed
wants to merge 4 commits into
base: master
from

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented May 2, 2015

Also, I wonder whether one of the two modules should import the other, so that the KeyCode type alias would be defined only in one place. (Imagine you change what type to use for KeyCode at some point for some reason. If you forget about one of the two places, the types of some functions suddenly get out of sync (so that library users cannot really use them together), without the compiler being able to warn you as the implementer of the library.)

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Aug 31, 2015

Contributor

Closing this, replaced by cleaner PRs https://github.com/elm-lang/core/pull/382 and https://github.com/elm-lang/core/pull/383 (that can be merged independently from each other).

Contributor

jvoigtlaender commented Aug 31, 2015

Closing this, replaced by cleaner PRs https://github.com/elm-lang/core/pull/382 and https://github.com/elm-lang/core/pull/383 (that can be merged independently from each other).

@jvoigtlaender jvoigtlaender deleted the jvoigtlaender:char-docu branch Aug 31, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment