We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4e078 commit 2bda3ddCopy full SHA for 2bda3dd
src/main/scala/shapeless/HListExercises.scala
@@ -35,9 +35,6 @@ object CovariantHelper {
35
*
36
* shapeless provides a comprehensive Scala `HList` which has many features not shared by other HList implementations.
37
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
- *
41
* @param name heterogenous_lists
42
*/
43
object HListExercises extends FlatSpec with Matchers with exercise.Section {
0 commit comments