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

Default imports are slightly wrong in the README file #853

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
4 participants
@norpan

norpan commented Apr 12, 2017

Module List does not expose the List type, it's a built-in type.
Module Platform.Cmd is imported as Cmd.
Module Platform.Sub is imported as Sub.

Default imports are slightly wrong in the README file
Module `List` does not expose the `List` type, it's a built-in type.
Module `Platform.Cmd` is imported `as Cmd`.
Module `Platform.Sub` is imported `as Sub`.
@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Apr 12, 2017

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Apr 12, 2017

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Mar 7, 2018

Member

It should be updated for what will be true in 6.0.0 in master already. I want to go with what is there now.

Member

evancz commented Mar 7, 2018

It should be updated for what will be true in 6.0.0 in master already. I want to go with what is there now.

@evancz evancz closed this Mar 7, 2018

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