mirror of https://github.com/sbt/sbt.git
This commit is contained in:
parent
1e25bc917c
commit
747416173a
|
|
@ -11,7 +11,7 @@ import Types._
|
|||
|
||||
/**
|
||||
* A minimal heterogeneous list type. For background, see
|
||||
* http://apocalisp.wordpress.com/2010/07/06/type-level-programming-in-scala-part-6a-heterogeneous-list basics/
|
||||
* https://apocalisp.wordpress.com/2010/07/06/type-level-programming-in-scala-part-6a-heterogeneous-list basics/
|
||||
*/
|
||||
sealed trait HList {
|
||||
type Wrap[M[_]] <: HList
|
||||
|
|
|
|||
Loading…
Reference in New Issue