Search code examples
What is the scope of a type variable brought into existence by pattern matching on SomeNat?...


haskelltypesexistential-typetype-level-computation

Read More
RPC (Or: How do I disambiguate function application based on TypeRep values?)...


haskellserializationtypesrpcexistential-type

Read More
Java Generic Type Converted to Scala does not accept super class itself...


javascalatypesexistential-typebounded-wildcard

Read More
Two related existential type parameters...


scalaexistential-typescala-2.11

Read More
Existential types for inline record constructors with constraints...


polymorphismocamltype-systemsgadtexistential-type

Read More
When to use existential type vs. dependent pair in Haskell?...


haskellsingletondependent-typeexistential-typetype-level-computation

Read More
Scala lists with existential types: `map{ case t => ... }` works, `map{ t => ... }` doesn'...


scalatypespattern-matchingtype-inferenceexistential-type

Read More
Mapping over a list of existential types...


scalatypespolymorphismexistential-type

Read More
Swift 3: Is there a way to cast an object to a class and protocol at the same time?...


iosswiftswift3swift-protocolsexistential-type

Read More
Compilation issue in Scala with F-bounded types and existential types...


scalatypestype-systemsexistential-typef-bounded-polymorphism

Read More
Instance for existential wrapper with a variable in contravariant position...


haskelltypeclassexistential-type

Read More
Correlate two type parameters...


scalatypestype-parameterexistential-typepath-dependent-type

Read More
Is this use of GADTs fully equivalent to existential types?...


haskellgadtexistential-type

Read More
Defining decidable equality for dependent pair in Agda...


equalityagdadependent-typeexistential-type

Read More
Existential Higher Kinded Method Parameter...


scalaexistential-typehigher-kinded-types

Read More
How to extend ghc-typelits-natnormalise to check relationships between universally and existentially...


haskelltypesproxyghcexistential-type

Read More
OCaml: recursion with first-class modules and existential type...


recursionmoduleocamlexistential-typefirst-class

Read More
Where is the scaladoc for scala.language.existentials?...


scalaexistential-type

Read More
How to abstract constraints in function with Rank-2 type?...


haskelltypeclassexistential-typeconstraint-kinds

Read More
Why scala does not unify this type lambda with underlying type?...


scalaexistential-type

Read More
Why doesn't subtyping via existentials and constraints work?...


haskelltypeclassexistential-typesubtyping

Read More
Match on existentially hidden type index...


idrisexistential-type

Read More
How can the lack of return type polymorphism in untyped languages be alleviated?...


javascripthaskellfunctional-programmingpolymorphismexistential-type

Read More
Types constructors and existential types...


haskellexistential-type

Read More
How to express this existential type from Haskell in Scala?...


scalahaskelltypeclassexistential-type

Read More
How to properly define existential for a f-bound polymorphic type...


scalaexistential-typetype-level-computationf-bounded-polymorphism

Read More
Why does scala require existential types to restrict a generic bound?...


scalatypesexistential-type

Read More
Could not deduce KnownNat in two existentials with respect to the singletons library...


haskelldependent-typeexistential-type

Read More
Retrieving information from DataKinds constrained existential types...


haskellexistential-typedata-kinds

Read More
What is and when to use Scala's forSome keyword?...


scalatypesexistential-type

Read More
BackNext