Search code examples
How to use Generic (higher-level) type variables in type hinting system?...


pythonmypypython-typinghigher-kinded-types

Read More
What is a higher kinded type in Scala?...


scalagenericstypeshigher-kinded-typestype-constructor

Read More
What is `F` in `F[_]: Sync` and where does it come from?...


scalagenericstypeclassscala-catshigher-kinded-types

Read More
Defining a trait which takes a higher-kinded type generic...


rusttraitshigher-kinded-types

Read More
Generic struct over a generic type without type parameter...


genericsrusthigher-kinded-types

Read More
In Scala 3, why is it sometimes possible to do impredicative type assignment?...


scalascala-3higher-kinded-typesimpredicativetypes

Read More
Requiring type constraints for concrete types when working with higher-kinded data types and Barbies...


haskellhigher-kinded-types

Read More
Can we define a higher-kinded type-level identity function in Scala?...


scalafunctional-programmingtypeshigher-kinded-types

Read More
In Scala, is the transitive rule of covariance missing?...


scalagenericscovariancehigher-kinded-types

Read More
How to define a data type with an explicit kind quantification?...


haskellhigher-kinded-typesquantifierstype-kinds

Read More
In Scala 2 or 3, is there a higher kind argument extractor without using match type?...


scalatypeclassscala-3higher-kinded-typesmatch-types

Read More
How to implement fixed points of functors in Java...


javafunctorhigher-kinded-typescatamorphismfixed-point-iteration

Read More
WeakTypeTag for higher kinded type...


scalamacrosmetaprogrammingscala-macroshigher-kinded-types

Read More
How to write curried polymorphic function & its higher kind in Scala 3?...


scalascala-3higher-kinded-typesdottypolymorphic-functions

Read More
In Scala 3/Dotty, is it possible to write a kind/type constructor that takes a value with a unique p...


scalascala-3higher-kinded-typestype-constructor

Read More
Converting a generic function argument to an `Arc` with a generic trait...


genericsrusthigher-kinded-types

Read More
Higher-kinded generics in Java...


javagenericshaskellpolymorphismhigher-kinded-types

Read More
Scala Higher Kinded Types for Traits and Method Parameters...


scalagenericsexistential-typehigher-kinded-typestype-constructor

Read More
Type Arguments and Bounds in Scala...


scalagenericstype-parameterhigher-kinded-types

Read More
Can you pass type aliases to an interface in TypeScript?...


typescripttypescript-genericshigher-kinded-types

Read More
Higher-kinded Types with C++...


c++templateshaskellhigher-kinded-types

Read More
Polymorphic method works with type lambda, but not with type wildcard in Scala 3...


scalascala-3higher-kinded-typeskind-projector

Read More
What do the generic type constraints ":<:" and ":+:" mean in this Scala examp...


scalascalazscala-catshigher-kinded-typesrecursion-schemes

Read More
Using context bounds "negatively" to ensure type class instance is absent from scope...


scalatypeclassimplicitscalazhigher-kinded-types

Read More
What does the colon in this type definition mean?...


ocamlhigher-kinded-types

Read More
How to do the equivalent of T[Any] for higher kinded types in scala...


scalagenericsscala-3existential-typehigher-kinded-types

Read More
Declare natural transform for batching with kind-projector...


scalafunctional-programmingscala-catshigher-kinded-typeskind-projector

Read More
Function as trait with output type polymorphic in lifetime...


rustpolymorphismlifetimehigher-kinded-typesquantified-constraints

Read More
Homogenize a heterogenous list with a funtion that has a particular kind of context...


haskellstatic-typingtype-level-computationhigher-kinded-types

Read More
How to turn an HList of Const functors into a Seq?...


scalagenericsshapelesshigher-kinded-types

Read More
BackNext