Skip to content

Haskell-style type annotations #1

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

Open
Eckankar opened this issue Sep 4, 2012 · 0 comments
Open

Haskell-style type annotations #1

Eckankar opened this issue Sep 4, 2012 · 0 comments

Comments

@Eckankar
Copy link

Eckankar commented Sep 4, 2012

It'd be useful to have compiler-checked type annotations in ML.

One could for instance have

add ::: int * int -> int
fun add (x, y) = x + y

Be rewritten to

fun add (x, y) = x + y
val _ = add : int * int -> int
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

1 participant