Skip to content

Commit 6719504

Browse files
author
soronpo
authored
Update 2017-02-07-make-types-behave-like-expressions.md
Added comment about dotty
1 parent 2659193 commit 6719504

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sips/pending/_posts/2017-02-07-make-types-behave-like-expressions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ Add prefix types, exactly as specified for prefix expression.
9999
---
100100

101101
## Motivating examples
102+
#### Dotty infix type similarity
103+
Dotty infix type associativity and precedence seem to be the same as expressions (Author's note: I have seen no documentation of this, but checked the implementation for a simple example `implicitly[(N1 + (N2 / N3) + N4) =:= (N1 + N2 / N3 + N4)]`).
104+
Dotty has no prefix types.
102105

103106
#### Singleton-ops library
104107
The [singleton-ops library](https://github.com/fthomas/singleton-ops) with [Typelevel Scala](https://github.com/typelevel/scala) (which implemented [SIP-23](http://docs.scala-lang.org/sips/pending/42.type.html)) enables developers to express literal type operations more intuitively.

0 commit comments

Comments
 (0)