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

Move Time type alias(es) to Basics module #415

Closed
wants to merge 3 commits into
base: master
from

Conversation

Projects
None yet
1 participant
@jvoigtlaender
Contributor

jvoigtlaender commented Sep 29, 2015

Follow-up to the discussion in https://github.com/elm-lang/core/issues/412.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Oct 7, 2015

Contributor

Maybe do this now, so it doesn't need a jump for core from 3.0.0 to 4.0.0 too soon?

Contributor

jvoigtlaender commented Oct 7, 2015

Maybe do this now, so it doesn't need a jump for core from 3.0.0 to 4.0.0 too soon?

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Feb 5, 2016

Contributor

@evancz: An additional concrete benefit of this change (apart from what we discussed in the other thread linked above) would be that Time in the type signature at http://package.elm-lang.org/packages/elm-lang/core/latest/Task#sleep would then properly link to a definition of Time (which currently it does not).

Contributor

jvoigtlaender commented Feb 5, 2016

@evancz: An additional concrete benefit of this change (apart from what we discussed in the other thread linked above) would be that Time in the type signature at http://package.elm-lang.org/packages/elm-lang/core/latest/Task#sleep would then properly link to a definition of Time (which currently it does not).

@jvoigtlaender jvoigtlaender deleted the jvoigtlaender:time branch May 27, 2016

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