Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upInitial value of Keyboard.presses is shown as <internal structure> #362
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Aug 21, 2015
Contributor
Fixed by https://github.com/elm-lang/core/pull/363.
But note that by using Keyboard.presses you are in for further trouble: https://github.com/elm-lang/core/issues/326
|
Fixed by https://github.com/elm-lang/core/pull/363. But note that by using |
evancz
closed this
in
#363
Aug 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grzegorzbalcerek commentedAug 21, 2015
Consider the following program:
It shows:
initially. Only after pressing a key, it shows its code. But, shouldn't a signal always have a value consistent with its data type?