Search code examples
Data families vs Injective type families...


haskellghctype-families

Read More
Strange interaction between type families and incoherent instances...


haskellghctypeclasstype-families

Read More
Constrain a type family constraint to be "some pair"...


haskelltype-constraintstype-families

Read More
Type reduction infinite loop...


haskellinfinite-looptypecheckingtype-families

Read More
Types don't unify using a type class and a type family...


haskelltype-inferencetypeclasstype-families

Read More
How to use integer literals and arithmetic within Haskell data kinds...


haskelltype-familiesdata-kinds

Read More
Constraining instances...


haskelltype-families

Read More
What can type families do that multi param type classes and functional dependencies cannot...


haskelltypeclassfunctional-dependenciestype-families

Read More
Constraints in type family instances...


haskelltype-families

Read More
type families and deriving instances (Eq)...


haskelltype-families

Read More
Associated type family fails, works when made standalone...


haskelltype-familiesassociated-types

Read More
Type-level constraints in instances of type families...


haskelltype-constraintstype-families

Read More
inferring type class constraint when using associated type families...


haskelltypestypeclasstype-families

Read More
Ambiguous type with type families...


haskellfunctional-programmingtype-families

Read More
Missing instance of MonadReader...


haskelltypeclasstype-constraintstype-families

Read More
Haskell combine multiple typeclass constraints...


haskelltype-families

Read More
Problems with EDSL related implementation of array subscription in Haskell...


haskelldsltype-familiestype-level-computationdata-kinds

Read More
Replacing singleton data types with a data family...


haskelldependent-typetype-families

Read More
Type families causes ambiguous variable error...


haskelltype-families

Read More
Type ambiguity in Haskell type families...


haskelltype-inferencetype-families

Read More
ghc 7.10.2 type families extension doesn't work...


haskellghctype-families

Read More
How to create a "kind class" in Haskell, or ad-hoc polymorphism at the type-level using ty...


haskelltypestypeclasstype-familiesdata-kinds

Read More
How to auto derive FromJSON using Template Haskell, Aeson, and type families...


haskelltemplate-haskellaesontype-families

Read More
What are nonlinear patterns...


haskelltype-families

Read More
Data type that's promotable to the kind level with only one value...


haskelltype-familiesdata-kinds

Read More
Is there a way to get a compile-time error if there's no matching closed type family instance?...


haskellghctype-familiestype-level-computation

Read More
How to write the related functions for this GHC type families example?...


haskellghctype-families

Read More
Why compiler couldn't match type 'a==a' with '`True' for type family?...


haskelltype-familiesdata-kinds

Read More
Cannot understand why MonoFoldable for my type doesn't compile, or the error message...


haskelltype-familiesfoldableclassy-prelude

Read More
Pattern match on functions on the type level is possible, but not on the value level, why is this di...


haskelltype-familieshigher-order-types

Read More
BackNext