-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement simple phantom functions #2405
Closed
nicolasstucki
wants to merge
1
commit into
scala:master
from
dotty-staging:implement-phantom-functions
Closed
Implement simple phantom functions #2405
nicolasstucki
wants to merge
1
commit into
scala:master
from
dotty-staging:implement-phantom-functions
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nicolasstucki
force-pushed
the
implement-phantom-functions
branch
6 times, most recently
from
May 12, 2017 14:55
880e773
to
0d0bd51
Compare
nicolasstucki
force-pushed
the
implement-phantom-functions
branch
2 times, most recently
from
May 16, 2017 13:26
d97506e
to
16864e0
Compare
nicolasstucki
force-pushed
the
implement-phantom-functions
branch
from
June 1, 2017 08:10
16864e0
to
8234c77
Compare
nicolasstucki
force-pushed
the
implement-phantom-functions
branch
from
July 17, 2017 19:24
e82f1eb
to
001a907
Compare
nicolasstucki
force-pushed
the
implement-phantom-functions
branch
from
July 19, 2017 14:05
001a907
to
6bbd242
Compare
Closed
Simple phantom functions are FunctionN/ImplicitFunctionN types where all parameters are of the same phantom universe. They are synthesized in the object defining the phantom universe. It main usage should be through `(MyPhantom) => Int` nothation as it does not require any imports.
nicolasstucki
force-pushed
the
implement-phantom-functions
branch
from
September 29, 2017 07:20
6bbd242
to
f1156d9
Compare
Will not be needed with #3342 |
odersky
added a commit
to dotty-staging/dotty
that referenced
this pull request
Nov 27, 2017
This makes scala#2405 work again.
odersky
added a commit
to dotty-staging/dotty
that referenced
this pull request
Nov 27, 2017
This makes scala#2405 work again.
smarter
pushed a commit
to dotty-staging/dotty
that referenced
this pull request
Nov 29, 2017
This makes scala#2405 work again.
odersky
added a commit
to dotty-staging/dotty
that referenced
this pull request
Dec 1, 2017
This makes scala#2405 work again.
smarter
pushed a commit
to smarter/dotty
that referenced
this pull request
Dec 3, 2017
This makes scala#2405 work again.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.