Search code examples
How can I correctly evaluate this value in my toy language...


haskellgadt

Read More
GADTs for multiple generics transformations in Rust...


genericsrustgadt

Read More
How can I use a Constraint Family that's in scope to prove instances within the body of an expre...


haskelltypeclassgadttype-familiesquantified-constraints

Read More
How can I derive typeclass instances from constraint families that are in scope?...


haskellconstraintsgadtexistential-typequantified-constraints

Read More
Not in scope: type constructor or class ‘∼’...


haskellgadttype-families

Read More
Using GADTs with DataKinds for type level data constructor constraints in functions...


haskellgadtexistential-typedata-kinds

Read More
Enforce a typeclass constraint on an existing datatype...


haskellgadtsingleton-typereificationrank-n-types

Read More
How can I polymorphically interpret an Arrow-like GADT DSL?...


haskelldsldependent-typegadtfree-monad

Read More
Coyoneda hasn't a higher-rank type but what type has it actually?...


haskellgadtnewtypehigher-rank-types

Read More
How to construct values from multiple GADTs while parsing json?...


haskellgadt

Read More
Haskell type inference with GADTs and typeclass constraints on type variables...


haskelltype-inferencegadt

Read More
Equality for GADTs which erase type parameter...


haskellgadt

Read More
How to 'show' unshowable types?...


haskelltypeclassintrospectiongadt

Read More
Is GADT extension destroying polymorphism?...


haskellpolymorphismgadt

Read More
Why does eqT returning Maybe (a :~: b) work better than it returning Bool?...


haskellghcgadt

Read More
Weaken GADTs type constraints to deal with unpredictable data...


haskelliogadt

Read More
Interaction between GADTs and ScopedTypeVariables/PatternSignatures...


haskellgadtscoped-type-variables

Read More
When are refutation cases necessary in OCaml?...


pattern-matchingocamlgadt

Read More
How to differentiate GADT constructors with different phantom types?...


haskellgadt

Read More
Why doesn't makeLenses derive a lens for some quantified constructors?...


haskellhaskell-lensgadt

Read More
Invariant default type for enums in Scala 3...


scalaenumsgadtdottyscala-3

Read More
Polymorphic variant --> GADT?...


ocamlgadtsubtypingpolymorphic-variants

Read More
Construct GADT while parsing json...


haskelltext-parsingaesongadt

Read More
Must I cast Nat-kinds every time?...


haskellgadtdata-kinds

Read More
Unwrapping an existentially quantified GADT...


haskelldependent-typegadtexistential-type

Read More
Why can't ghc match these types on this Category product?...


haskelltypeclasscategory-theorygadt

Read More
What does this type error on heterogeneous lists means?...


ocamlgadt

Read More
GADTs but not existential quantification...


haskellgadtexistential-type

Read More
Type inference with GADTs - a0 is untouchable...


haskellgadt

Read More
Why does a wildcard match work when enumerating all cases doesn't?...


haskellpattern-matchingtype-inferencegadt

Read More
BackNext