Skip to content

Commit 2bda3dd

Browse files
logistarkraulraja
authored andcommitted
Update HListExercises.scala (#17)
Removed duplicated paragraph
1 parent ad4e078 commit 2bda3dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/scala/shapeless/HListExercises.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ object CovariantHelper {
3535
*
3636
* shapeless provides a comprehensive Scala `HList` which has many features not shared by other HList implementations.
3737
*
38-
* It has a `map` operation, applying a polymorphic function value across its elements. This means that it subsumes both
39-
* typical `HList`'s and also `KList`'s (`HList`'s whose elements share a common outer type constructor).
40-
*
4138
* @param name heterogenous_lists
4239
*/
4340
object HListExercises extends FlatSpec with Matchers with exercise.Section {

0 commit comments

Comments
 (0)