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

syntax sugar #1

Open
blogle opened this issue Aug 25, 2015 · 0 comments
Open

syntax sugar #1

blogle opened this issue Aug 25, 2015 · 0 comments

Comments

@blogle
Copy link

blogle commented Aug 25, 2015

any chance of supporting some syntactic sugar for the class definitions?
maybe

munit(::T) -> T
mappend(x::T, y::T) -> T

or better yet, something like
munit :: T -> T
mappend(x, y) :: T, T -> T (or curried syntax T -> T -> T)

although I am not sure how difficult this is to implement in julia

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