Search code examples
Singletons, type families, and existential types for a FromJSON instance...

haskelltypeclassexistential-typedata-kinds

Read More
How can I perform a scatter/gather operation on types in Haskell?...

haskellghcexistential-type

Read More
Underscore for existential type in Scala...

scalaexistential-type

Read More
Generating an Existential type with QuickCheck?...

haskellquickcheckexistential-type

Read More
Wrapping / Unwrapping Universally Quantified Types...

haskelltypesexistential-type

Read More
Does it make sense to return an existential type?...

scalaexistential-type

Read More
Scala method type parameter can not accept existential type in forSome form...

scalatypesexistential-type

Read More
How to create typeclass with HList existential member...

scalaimplicitshapelessexistential-typehlist

Read More
How attoparsec can return values of different types?...

haskellexistential-typeattoparsec

Read More
Mapping between existential types...

scalatypesexistential-type

Read More
How to correctly qualify types for working with the random monads...

haskellmonadsgenetic-programmingexistential-type

Read More
Types and generics: difference between `[X <: Int]` and `{type X <: Int }`...

scalagenericstypesexistential-type

Read More
Difference between Scala's existential types and Java's wildcard by example?...

javascalatype-systemsbounded-wildcardexistential-type

Read More
Scala existentials placeholder translation for M[_,_] where M[X,Y <: N[X]]...

scalaexistential-type

Read More
Haskell: Type (without boilerplate) for a heterogeneous list of String and/or [String]?...

listhaskelltypesexistential-typeheterogeneous

Read More
Can I coerce an existentially quantified argument in a type constructor?...

haskelltypesgadtexistential-type

Read More
Is it possible to have forgetful type synonyms in Haskell?...

haskellghcexistential-typetype-synonyms

Read More
Existentially quantified type parameter, recursive function and type error...

typesocamlgadtexistential-type

Read More
Trait runtime type of type parameter through TypeTag when used with Existential type in Scala...

scalaruntimetraitsexistential-type

Read More
Difference between modules and existentials...

moduleocamlexistential-type

Read More
Existential types for F-Bounded Polymorphic types and non-generic subtypes?...

scalatypespolymorphismexistential-typesubtype

Read More
Haskell: Heterogeneous list for data with phantom variable...

haskellgadtexistential-typephantom-types

Read More
universal and existential quantifier in prolog...

prologuniversalexistential-typequantifiers

Read More
Is there a way to expand the scope of an existential type quantifier in Scala to convince the type c...

scalatypesexistential-typequantifiers

Read More
Translate/encode Haskell's `data Obj = forall a. (Show a) => Obj a` in Scala...

scalahaskelltypeclassimplicitexistential-type

Read More
How to express this type in Scala? Existential with type class (ie, implicit) restriction?...

scalaexistential-typeimplicits

Read More
How to use Linear.V to write static type checked matrix operations (Haskell)?...

haskelltypesexistential-type

Read More
Haskell - constructing a type that uses existential quantification...

haskellexistential-type

Read More
Difference between def m(p: T forSome {type T} and def m1(p:Any), is there any ? Explanation needed ...

scalatypesexistential-type

Read More
Resolving a Function Call in an Existential Type...

haskelltypesexistential-type

Read More
BackNext