Search code examples
What would need to change if structural typing was added to c#?...

c#language-designtype-systemsstructural-typing

Read More
Getting a structural type with an anonymous class's methods from a macro...

scalamacrosscala-2.10structural-typingscala-macros

Read More
Scala: difference between a typeclass and an ADT?...

scalahaskelltypeclassabstract-data-typestructural-typing

Read More
Why does C# tease with structural typing when it absolutely knows it doesn't have it?...

c#interfacecastingstructural-typingexplicit-conversion

Read More
How do I use a structural type with generic parameters?...

scalagenericsstructural-typing

Read More
Structural Type Parameters in Scala Collections...

scalascala-collectionsstructural-typing

Read More
Structural typing implementation of OCaml, Scala, and Go...

scalatypesgoocamlstructural-typing

Read More
Creating a more specific implicit using a structural type with Scala...

scalatypestypeclassimplicit-conversionstructural-typing

Read More
Structural subtyping reflection...

scalareflectionstructural-typing

Read More
Is it possible to implement `??` (a null coalescing operator from C#) in Scala that does not use ref...

scalareflectionnull-coalescing-operatorstructural-typing

Read More
Why doesn't type inference work here?...

scalastructural-typingtype-bounds

Read More
Structural Typing for Traversable...

scalastructural-typing

Read More
Why scala uses reflection to call method on structural type?...

scalastructural-typing

Read More
C# method that accepts multiple objects that have common properties?...

c#.netmethodsstructural-typing

Read More
Weird nested structural type in generics...

scalascalazstructural-typing

Read More
How to do structural typing in scala that ALSO only accepts subclasses?...

scalatypesclass-hierarchystructural-typing

Read More
Supply Structural type in method type parameterization at runtime?...

scalareflectionstructural-typing

Read More
How to use structural types in isInstanceOf calls?...

reflectionscalatypesinstanceofstructural-typing

Read More
Clojure Protocols vs Scala Structural Types...

scalaclojureprotocolslanguage-designstructural-typing

Read More
Why this structural type bound does not work as expected?...

scalastructural-typing

Read More
Funny observation about (recursive) structural types in Scala...

scalastructural-typing

Read More
Why do compile-time generative techniques for structural typing prevent separate compilation?...

scalastructural-typing

Read More
Scala - how to define a structural type that refers to itself?...

scalastructural-typing

Read More
Using Scala structural types with abstract types...

scalastructural-typing

Read More
Namespace scoped aliases for generic types in C#...

c#genericsdelegatesaliasstructural-typing

Read More
BackNext