summaryrefslogtreecommitdiff
path: root/10-pattern-matching.md
diff options
context:
space:
mode:
Diffstat (limited to '10-pattern-matching.md')
-rw-r--r--10-pattern-matching.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/10-pattern-matching.md b/10-pattern-matching.md
index 04bc6e857d..2d1c79e538 100644
--- a/10-pattern-matching.md
+++ b/10-pattern-matching.md
@@ -364,11 +364,7 @@ compiler will issue an ``unchecked'' warning for these patterns to
flag the possible loss of type-safety.
A _type variable pattern_ is a simple identifier which starts with
-a lower case letter. However, the predefined primitive type aliases
-`unit`, `boolean`, `byte`,
-`short`, `char`, `int`,
-`long`, `float`, and `double` are not
-classified as type variable patterns.
+a lower case letter.
## Type Parameter Inference in Patterns