-
Notifications
You must be signed in to change notification settings - Fork 48
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
explicitly close implicit calls #205
Comments
we may use |
Current paren-free (but ugly) solutions are:
How'd that help? |
|
That's hardly a reverse of |
indeed, we can't use |
F♯ you mean? Another solution:
which imitates Haskell's |
Huh, that's neat. |
thanks - had trouble remembering where it was from
indeed, but -- that's horrendously slow :/. |
And another:
Workarounds aside, I guess we can add it if we can find an intuitive symbol for it. The proposed |
EDIT : removed the part where I'm dumb. any suggest ? |
sort of looks like the middle parentheses of
if you squint. |
not sure if this is a bug |
no, that's how refs work |
Why aren't we just stealing LiveScript's a b <| c |
|
Sure, but does it have to be? |
does it have to be what? |
Functionally related to |
variations: |
No I agree and I'd +1 the |
Nice one. Easily extendable to an existential version: |
eg
f a ^^ b
->f(a)(b)
. i'm not method chainingcurrently, i have to write
f(a) b
,(f a) b
The text was updated successfully, but these errors were encountered: