Skip to content
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

List.range conversion for [Namespace.exp1..Namespace.exp2] #14

Closed
manuscrypt opened this issue Nov 15, 2016 · 1 comment
Closed

List.range conversion for [Namespace.exp1..Namespace.exp2] #14

manuscrypt opened this issue Nov 15, 2016 · 1 comment

Comments

@manuscrypt
Copy link

Not sure, if this should be on elm-format after the last one I posted.
Here is the piece of code that didn't convert correctly:

 let
        all =
            List.map (String.fromChar << Char.fromCode)
                [Ascii.fromCode..Ascii.toCode]

where

fromCode : Int
fromCode =
    32


toCode : Int
toCode =
    126

Thanks again for a great tool!

@eeue56
Copy link
Collaborator

eeue56 commented Nov 15, 2016

This should be on elm format 👍

@eeue56 eeue56 closed this as completed Nov 15, 2016
avh4 added a commit that referenced this issue Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants