Search code examples
enabling TypeFamilies makes the code not build anymore...


haskellghctype-families

Read More
Haskell functional dependency a b -> c depending on c?...


haskellfunctional-dependenciestype-families

Read More
Validation at type level...


validationhaskelltype-families

Read More
Using Data.Constraint.Forall with equality constraints...


haskelltypeclasstype-families

Read More
HList with DataKinds, kind not promotable...


haskellgadttype-familiesdata-kindsconstraint-kinds

Read More
ghc-mod expecting MonadBaseControl to have `StM` associated newtype instead of `StT` associated type...


haskellmonad-transformerstype-familiesghc-mod

Read More
Haskell type classes hierarchy...


haskelltype-families

Read More
Overlapping instances error when trying to write fallback instance...


haskelltypeclassfunctional-dependenciestype-familiesoverlapping-instances

Read More
more efficient type-level computations using type families?...


haskellghcfunctional-dependenciestype-familiestype-level-computation

Read More
class constraint in data kind definition...


haskelltype-families

Read More
Untouchable types when specializing an unused type variable...


haskellcompiler-errorstype-families

Read More
Closed type families and strange function types...


haskelltype-families

Read More
Why are these family instance declarations conflicting?...


haskelltype-families

Read More
Inverting a Type Family...


haskelltype-families

Read More
OCaml functors (parametrized modules) emulation in Haskell...


haskelltype-families

Read More
How can I make a typeclass to represent containers containing extractable `Num` instance types?...


haskelltypeclasstype-families

Read More
Understanding the casts involved in patterns matching a datatype that is indexed over a user defined...


haskellcastingghctype-familiesdata-kinds

Read More
Haskell type family applications are not evaluated...


haskellgadttype-familiesdata-kinds

Read More
Nominal type roles and data families...


haskellghctype-families

Read More
Polymorphic function inside a type family...


haskelltypeclasstype-familiestype-level-computation

Read More
Type class constraint on type family instances...


haskelltypestypeclasstype-families

Read More
Uncurry for n-ary functions...


haskellghctype-families

Read More
Folding recursive type family...


haskelltype-familiesdata-kinds

Read More
Use type synonym in type declaration mapping...


haskelltype-families

Read More
Pattern matching inside closed type families...


haskelltype-families

Read More
Why does introducing associated types kill my performance?...


haskelltype-familiesassociated-types

Read More
Using Type Families to avoiding explicit type class parameters in MPTCs...


haskelltype-families

Read More
Mapping a Dependent Type over a List of Types...


haskelltype-familiesdata-kinds

Read More
How do you properly construct an Accelerate array using fromPtr in Haskell?...


opencvhaskelltype-familiestype-signatureaccelerate-haskell

Read More
Is it possible to introduce additional type variables into a superclass-constraint?...


haskelltypeclasstype-constraintstype-families

Read More
BackNext