Search code examples
What is a higher kinded type in Scala?...


scalagenericstypeshigher-kinded-typestype-constructor

Read More
Does Scala support partial application of type constructors?...


scalascala-catstype-constructor

Read More
Technical implementation of pattern matching vs. guards...


haskelltypespattern-matchingtype-constructor

Read More
Point-free function to add 2 elements to the list / double application of (:) list data constructor ...


haskellsyntaxfunctional-programmingpointfreetype-constructor

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
Scala Higher Kinded Types for Traits and Method Parameters...


scalagenericsexistential-typehigher-kinded-typestype-constructor

Read More
Why Rust can't coerce mutable reference to immutable reference in a type constructor?...


rustimmutabilitycoerciontype-constructor

Read More
scala - Higher kinded type in trait member: _$1 takes no type parameters, expected: 1...


scalahigher-kinded-typestype-constructor

Read More
Difference in inference between [F <: List[A], A] and [F[_] <: List[A], A]...


scalatype-inferencescala-3type-constructor

Read More
Applying type to a type constructor in macro throws exception...


scalametaprogrammingscala-macrostype-constructor

Read More
Difference between type constructors and parametrized type bounds in Scala...


scalatypesfunctional-programmingtype-parametertype-constructor

Read More
Understanding of bifunctor from Category Theory for Programmers - Ch. 8...


haskellfunctional-programmingcategory-theorytype-constructorbifunctor

Read More
How to convert my own Data constructor to List in Haskell...


haskelltype-constructor

Read More
Type Lambda on context bound and the role of type alias...


scalaimplicittype-aliastype-constructor

Read More
Type constructor parameter inference...


scalatypesscala-catscategory-theorytype-constructor

Read More
Type constructor bounded by proper type...


scalagenericstype-constraintshigher-kinded-typestype-constructor

Read More
Mere presence of implicit conversion makes the program compile despite never being applied...


scalatype-inferenceimplicit-conversiontype-parametertype-constructor

Read More
Why do proper types Any and Nothing fit type constructor shape F[_] when they are different kinds?...


scalatype-parametertype-constructor

Read More
Difference between F[_] and F[T] In Scala when used in type constructors...


scalatypestype-constructor

Read More
Difference between [A: C] and [A[_]: C] context bounds...


scalaimplicithigher-kinded-typestype-constructorcontext-bound

Read More
Non-unary type constructor bounded by unary type constructor...


scaladictionaryscala-collectionstype-boundstype-constructor

Read More
What is a "kind" in the context of Type Systems?...


scalatypeshigher-kinded-typestype-constructor

Read More
What is a unary type?...


scalahigher-kinded-typestype-constructor

Read More
What is the type constructor for list of tuples?...


haskelltuplestype-constructor

Read More
Typo in Learn you a Haskell for Great Good?...


haskelllanguage-lawyerpartial-applicationtype-constructor

Read More
Functor Instance for Type Constructor with Two Parameters in Scala...


scalatypeclassscalaztype-constructorkind-projector

Read More
Why is the following type declaration and/or instatiation not working in Julia 1.0?...


typestype-conversionjuliatype-constructor

Read More
FnToProduct not working with a Type Constructor...


scalashapelesstype-constructor

Read More
Underscores in type bounds on type constructors...


scalatypestype-boundstype-constructor

Read More
Why does foo[F[_], A](ff: F[A]) accept foo(1)?...


scalatype-constructor

Read More
BackNext