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

Hindley-Milner type signatures #14

Closed
jasonbellamy opened this issue Sep 20, 2015 · 8 comments
Closed

Hindley-Milner type signatures #14

jasonbellamy opened this issue Sep 20, 2015 · 8 comments

Comments

@jasonbellamy
Copy link

Should there be a small section describing Hindley-Milner type signatures? I am just recently getting into the world of functional programming and know that at first I was confused about all these "strange comments" in the code.

@hemanth
Copy link
Owner

hemanth commented Sep 21, 2015

Yes there must be, I am guessing you are reading Dr.Boolean's book ;) ?

@jasonbellamy
Copy link
Author

Yeah, I just finished it a couple weeks ago. It was an interesting read, and definitely piqued my interest in functional programming.

@hemanth
Copy link
Owner

hemanth commented Sep 22, 2015

👍

@jethrolarson
Copy link
Collaborator

Problem is that there's not really a standard for the signatures in JS. The examples I've seen have been an adaptation from Haskell or F# or just off-the-cuff.

@CrossEye
Copy link
Contributor

It's far, far too large for here, and still not finished, but I just created a document explaining how Ramda uses these.

jethrolarson referenced this issue in jethrolarson/functional-programming-jargon Feb 21, 2016
@hemanth
Copy link
Owner

hemanth commented Feb 21, 2016

@CrossEye wow!

@jethrolarson
Copy link
Collaborator

There's a small section in the document on type signatures now. Can we resolve?

https://github.com/hemanth/functional-programming-jargon#type-signatures

@jasonbellamy
Copy link
Author

Thanks @jethrolarson

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

4 participants