Skip to content

Commit 7ea3cbd

Browse files
committed
More typos
1 parent b2c7ec1 commit 7ea3cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2016-11-17-splash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ expectations.
3939

4040
The original reason for trying so many different avenues had to do
4141
with DOT, which is intended to be the foundation of future Scala. DOT
42-
as it is has no provision for higher-kinded types, but it turns out
42+
as is has no provision for higher-kinded types, but it turns out
4343
that a restricted version of higher-kinded types can be
4444
straightforwardly encoded in it. That issue is not just academic
4545
because the _dotty_ compiler uses DOT's constructs as its core data
4646
structures. So what is hard to do in DOT tends to hard to implement in
4747
the compiler as well.
4848

4949
Originally, we played with the idea to restrict higher-kinded types to
50-
to just the kind of partial applications that can be conveniently
50+
just the kind of partial applications that can be conveniently
5151
encoded in DOT or _dotty_. The main problem was that this would have
5252
forced us to restrict the Scala language. More advanced idioms, such
5353
as type classes for `Monad` and `Functor` would have required rewrites

0 commit comments

Comments
 (0)