Skip to content
New issue

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

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

Already on GitHub? # to your account

Adds higher order functions for elm #12

Closed
wants to merge 1 commit into from

Conversation

gera-cameron
Copy link

Addresses: #1 for elm.

@mtso
Copy link
Owner

mtso commented Oct 12, 2018

Thanks for your pull request! Can you please link me to a working online Elm playground with your code?

I'm getting I cannot find a `Html` type: at https://ellie-app.com/3B8rzyZvWfba1. Is the associated HTML set up incorrectly?

@gera-cameron
Copy link
Author

gera-cameron commented Oct 12, 2018

Oops! Sorry about that. I took a look at what you had and updated it. Check out https://ellie-app.com/3BnbfbnwnXYa1 for a compiling example.

@@ -0,0 +1,31 @@
module Elm exposing (main)

import Html
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the imports to explicitly expose the imported identifiers?

import Html exposing (Html, text, div)
import String exposing (fromInt)
import List

@mtso
Copy link
Owner

mtso commented Oct 13, 2018

Just the imports and it looks good to go :)

BenBals added a commit to BenBals/hof that referenced this pull request Oct 9, 2019
This improves on mtso#12 to address the concerns about imports you mentioned and use the new Browser API.
@BenBals BenBals mentioned this pull request Oct 9, 2019
@mtso
Copy link
Owner

mtso commented Oct 10, 2019

#18 will be used in lieu of this

@mtso mtso closed this Oct 10, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants