aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Substituters.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-01-06 12:24:37 +0100
committerMartin Odersky <odersky@gmail.com>2013-01-06 12:24:37 +0100
commit0811af43037219946d07f83c5a80aeaa2f1d4cfa (patch)
tree0ec1ea554e041ea6fb8d18a785ff894d9aceff42 /src/dotty/tools/dotc/core/Substituters.scala
parentcd0ed1676ac5529b0c04995b9a26f8e165cad4cf (diff)
downloaddotty-0811af43037219946d07f83c5a80aeaa2f1d4cfa.tar.gz
dotty-0811af43037219946d07f83c5a80aeaa2f1d4cfa.tar.bz2
dotty-0811af43037219946d07f83c5a80aeaa2f1d4cfa.zip
Fleshed out Types.
Diffstat (limited to 'src/dotty/tools/dotc/core/Substituters.scala')
-rw-r--r--src/dotty/tools/dotc/core/Substituters.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/core/Substituters.scala b/src/dotty/tools/dotc/core/Substituters.scala
index 539d12310..9036e52c6 100644
--- a/src/dotty/tools/dotc/core/Substituters.scala
+++ b/src/dotty/tools/dotc/core/Substituters.scala
@@ -2,6 +2,9 @@ package dotty.tools.dotc.core
import Types._, Symbols._, Contexts._
+/** Substitution operations on types. See the corresponding `subst` and
+ * `substThis` methods on class Type for an explanation.
+ */
object Substituters {
class SubstOps(val tp: Type) extends AnyVal {