Search code examples
Change values to indices in a `Conkin.Traversable` without `unsafeCoerce`...

haskelltraversalexistential-typedata-kinds

Read More
Why can't i give an explicit type signature to a local let bound ST action...

haskellexistential-typetype-signaturetype-variablesscoped-type-variables

Read More
Why can't a polymorphic function accept wildcard (existential) types in Scala?...

scalaexistential-typescala-3polymorphic-functions

Read More
How can I derive typeclass instances from constraint families that are in scope?...

haskellconstraintsgadtexistential-typequantified-constraints

Read More
Existential types in Haskell and generics in other languages...

haskellexistential-type

Read More
Understanding the use of path dependent types to emulate existentially quantified types...

scalatypesexistential-typescala-3path-dependent-type

Read More
Using GADTs with DataKinds for type level data constructor constraints in functions...

haskellgadtexistential-typedata-kinds

Read More
Does GHC use dynamic dispatch with existential types?...

haskellexistential-typedynamic-dispatch

Read More
underscore for generic type argument produces compile error in Scala?...

scalagenericstype-conversionexistential-typef-bounded-polymorphism

Read More
generics-sop: lifting a polymorphic action into a product...

haskellmetaprogrammingexistential-typeghc-generics

Read More
How do existential types overlap with path-dependent types?...

scalaexistential-typepath-dependent-type

Read More
Type variable introduction for existential types...

haskellexistential-typequantifiersrank-n-types

Read More
Existential data types with a single strict field...

haskellexistential-typestrictness

Read More
Compilation issue with existential types in Haskell...

haskellexistential-typeheterogeneousheterogeneous-array

Read More
Is there any way to map over a collection of values of a type parameterized with a higher type?...

scalaexistential-typehigher-kinded-typeshigher-rank-types

Read More
Why is `[1, "a"] :: [forall a. Show a => a]` not allowed?...

haskellpolymorphismtypeclassexistential-typehigher-rank-types

Read More
Aux-pattern usage compiles without inferring an appropriate type...

scalatypestype-inferencetype-safetyexistential-type

Read More
Extending a class with a type constructor...

scalagenericstypeclassimplicitexistential-type

Read More
Scala list of any and list of something extending Any. What is a difference?...

scalagenericsexistential-type

Read More
Scala Existential type weird behavior...

scalaclassinheritancetypesexistential-type

Read More
Rules for underscore usage in Higher Kinded Type parameters...

scalagenericswildcardexistential-typehigher-kinded-types

Read More
How can I resolve type error on compile: Any to T?...

scalagenericsexistential-type

Read More
Understanding parameter types during multidimensional array creation...

arraysscalatypesexistential-type

Read More
Scala case class copy doesn't always work with `_` existential type...

scalagenericstype-inferencecase-classexistential-type

Read More
Data.Typeable.cast to an existential type...

haskelltypescastingtypeclassexistential-type

Read More
Can I express a subclassing constraint?...

haskelltypestypeclassexistential-type

Read More
Unwrapping an existentially quantified GADT...

haskelldependent-typegadtexistential-type

Read More
Difference between an undefined abstract type member and an existential type...

scalatypesequivalentexistential-typetype-alias

Read More
Why is pattern match needed to preserve existential type information?...

scalapattern-matchingexistential-type

Read More
Why does usage of Foo[T <: Bar] require Foo[_ <: Bar] rather than Foo[_]...

scalagenericsexistential-type

Read More
BackNext