Skip to content

Commit 029687f

Browse files
authored
Merge pull request #1779 from xko/master
Removed mention of String in FAQ about Context Bounds
2 parents bcc5724 + 9131a98 commit 029687f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/FAQ/context-bounds.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ so-called _type class pattern_, a pattern of code that emulates the
1616
functionality provided by Haskell type classes, though in a more verbose
1717
manner.
1818

19-
A context bound requires a _parameterized type_, such as `Ordered[A]`,
20-
but unlike `String`.
19+
A context bound requires a _parameterized type_, such as `Ordered[A]`.
2120

2221
A context bound describes an implicit _value_. It is used to declare that for
2322
some type `A`, there is an

0 commit comments

Comments
 (0)