Search code examples
What does "existential type" mean in Swift?...


swiftexistential-typetype-theory

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
What is an existential type?...


language-agnostictypestype-systemsexistential-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
Issue with Swift 5.7 existentials...


swiftswiftuiprotocolsexistential-type

Read More
Lifetime sub-typing and impl-trait...


rusttraitslifetimeexistential-type

Read More
What does the `forall a -> b` syntax mean?...


haskelltypesexistential-typedata-kindsforall

Read More
Conditional and Existential Types on Translated Typescript Object...


typescriptgenericsexistential-typeconditional-types

Read More
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
BackNext