8000 Reorder tour; a script for reordering by S11001001 · Pull Request #307 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Reorder tour; a script for reordering #307

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

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Mention implicit parameters before views in the tour overview.
  • Loading branch information
S11001001 committed Feb 23, 2014
commit 769e48158e0c461ec7132f47c8e0f1207581d585
2 changes: 1 addition & 1 deletion tutorials/tour/tour-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Scala is equipped with an expressive type system that enforces statically that a
* [inner classes](inner-classes.html) and [abstract types](abstract-types.html) as object members
* [compound types](compound-types.html)
* [explicitly typed self references](explicitly-typed-self-references.html)
* [views](views.html)
* [implicit parameters](implicit-parameters.html) and [views](views.html)
* [polymorphic methods](polymorphic-methods.html)

A [local type inference mechanism](local-type-inference.html) takes care that the user is not required to annotate the program with redundant type information. In combination, these features provide a powerful basis for the safe reuse of programming abstractions and for the type-safe extension of software.
Expand Down
0