Search code examples
What is the rank of these 3 functions? And, most importantly, why?...


haskellexistential-typetype-theoryhigher-rank-types

Read More
How to check if a type is an boxed/existential/protocol type?...


swiftgenericsexistential-type

Read More
Are C++ concepts a form of existential type?...


c++existential-typec++-concepts

Read More
Existential types in C#?...


c#polymorphismexistential-type

Read More
What is an existential type?...


language-agnostictypestype-systemsexistential-type

Read More
Relation between Existential Container and struct instance which conform protocol...


swiftexistential-typemethod-dispatch

Read More
Does GHC allow newtypes to have existential type variables?...


haskellghcaesonexistential-type

Read More
What does "existential type" mean in Swift?...


swiftexistential-typetype-theory

Read More
How to avoid repetitive calls to a function with arguments of different types fitting the same gener...


genericsrustexistential-type

Read More
How Do I Mock TimerPublisher in Swift? -- 'autoconnect' cannot be used on 'any Connectab...


swiftunit-testingtimercombineexistential-type

Read More
Eq or Ord instances for existential GADT...


haskellgadtexistential-type

Read More
Should using "any" be avoided when optimising code in Swift?...


iosswiftperformancegenericsexistential-type

Read More
What are the definitions of Weather and Memory in xmobar repo?...


haskellfunctional-programmingexistential-typexmobar

Read More
How to change the order of type application parameters for a constructor...


haskellghcgadtexistential-type

Read More
How do I efficiently add existentially typed safe money values?...


haskellcurrencydependent-typeexistential-type

Read More
Why standalone deriving fails with rigid type on a record with existential quantification?...


haskelltypesghcexistential-type

Read More
Compiler Error When Comparing `some Protocol` Instances...


iosswiftexistential-typeopaque-types

Read More
When do you need to write `any` when using a protocol as a type in Swift 5.7...


swiftexistential-type

Read More
How to perform safe pattern matching on existential types in Scala 2.13?...


scalapattern-matchingtype-safetyexistential-typescala-2.13

Read More
How to define a implicit (given) Conversion for Generic Types?...


scalaimplicit-conversionimplicitscala-3existential-type

Read More
How can I conform a Swift enum to `Equatable` when it has an any existential as one of its associate...


iosswiftexistential-type

Read More
Bind wildcard type argument in Scala...


scalagenericstypestype-inferenceexistential-type

Read More
How can I tell when existentially quantified data constructors are needed to achieve my goals?...


haskellexistential-type

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


scalagenericsexistential-typehigher-kinded-typestype-constructor

Read More
scala typemimatch _$1 found instead of required Type...


scalagenericspattern-matchingexistential-type

Read More
How to accept only a specific subtype of existential type?...


scalagenericsshapelessexistential-typetypesafe

Read More
What's the theoretical basis for existential types?...


haskelltypestype-systemsexistential-typequantifiers

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


scalagenericsscala-3existential-typehigher-kinded-types

Read More
What's the best way to encode/decode a heterogenous array of type [any TypeName] in Swift 5.7?...


iosswiftcodableexistential-type

Read More
Is there a penalty for changing a generic function's argument based on `MyProtocol` to using the...


swiftgenericsexistential-type

Read More
BackNext