List Question
20 TechQA 2024-01-20T18:25:28.063000What are the definitions of Weather and Memory in xmobar repo?
62 views
Asked by Enlico
What kind of implication does `any` have on concrete generic protocol types?
99 views
Asked by Paulius Liekis
How to change the order of type application parameters for a constructor
59 views
Asked by Clinton
How do I efficiently add existentially typed safe money values?
155 views
Asked by gregorias
Why standalone deriving fails with rigid type on a record with existential quantification?
59 views
Asked by Daniil Iaitskov
Why can't I change the value of an opaque type?
235 views
Asked by Yotam
Compiler Error When Comparing `some Protocol` Instances
76 views
Asked by Gordonium
When do you need to write `any` when using a protocol as a type in Swift 5.7
1.7k views
Asked by Ricky Mo
Persisting polymorphic entity (existential type) in Swift Clean Architecture
109 views
Asked by Cameron Delong
Should using "any" be avoided when optimising code in Swift?
279 views
Asked by rayaantaneja
How to perform safe pattern matching on existential types in Scala 2.13?
67 views
Asked by Aadit M Shah
How to define a implicit (given) Conversion for Generic Types?
62 views
Asked by pme
How can I conform a Swift enum to `Equatable` when it has an any existential as one of its associated values?
591 views
Asked by corujautx
Bind wildcard type argument in Scala
139 views
Asked by liam923
How can I tell when existentially quantified data constructors are needed to achieve my goals?
84 views
Asked by Blue Nebula
In Scala, how does pattern matching choose which case to use when using extractor objects?
126 views
Asked by Caleb Chang
Scala Higher Kinded Types for Traits and Method Parameters
248 views
Asked by joesan
scala typemimatch _$1 found instead of required Type
152 views
Asked by Betta
How to accept only a specific subtype of existential type?
151 views
Asked by Some Name