Search code examples
Asserting that typeclass holds for all results of type family application...


haskelltypeclasstype-familiestype-level-computationsbv

Read More
Example on the use of backpack...


haskelltypeclasstype-familieshaskell-backpack

Read More
DeriveAnyClass vs Empty Instance...


haskellghctypeclasstype-familiesderiving

Read More
Declare a type to for all higher order kind...


haskelltype-familieshigher-kinded-types

Read More
Why is this injective type family not actually injective?...


haskellghctype-families

Read More
Find match a parametric parameter...


haskelltype-families

Read More
What is associated data type in haskell?...


haskelltypestype-families

Read More
Polymorphic type family instance in Haskell...


haskellpolymorphismtype-families

Read More
Kind ambiguity when using PolyKinds and type families...


haskelltype-familiespolykinds

Read More
Expressing infinite kinds...


haskelltypestype-familiestype-kinds

Read More
GHC stuck due to UndecidableSuperClasses - expected behaviour or bug?...


haskelltypeclasstype-familiesconstraint-kindsundecidable-instances

Read More
Why can't I use the Constraint kind in type family declarations?...


haskelltypesconstraintstype-families

Read More
Can I select an instance without resorting to TypeApplications?...


haskelltype-families

Read More
meaning of "type" declaration in a typeclass declaration...


haskelltype-familiesassociated-types

Read More
Is it possible to define variadic-kinded data types?...


haskelltype-familiespolykinds

Read More
Proving a type inequality to GHC...


haskelldependent-typegadttype-familiessingleton-type

Read More
How do I apply inductive reasoning to `GHC.TypeLits.Nat`?...


haskelltype-familiesinduction

Read More
Writing classy lenses for records with type families?...


haskellhaskell-lenstype-families

Read More
How can I move this instance method definition to class default?...


haskelltypestype-families

Read More
How to derive generic traversals that involve a type family...


haskelltype-familiesghc-generics

Read More
Enrich constraint solver with own proofs...


haskellghctype-families

Read More
Can I filter a type level list based on availability of a certain class?...


haskelltypesconstraintstype-families

Read More
Haskell type instance failed to resolve...


haskelltype-familiesrecursion-schemes

Read More
YesodAuthEmail could not deduce m ~ HandlerFor site0...


haskellauthorizationyesodtype-families

Read More
Defining arity-generic lift...


haskelldependent-typeapplicativetype-families

Read More
Type Family as Argument to Type Synonym...


haskelldependent-typetype-families

Read More
Associated type family complains about `pred :: T a -> Bool` with "NB: ‘T’ is a type functio...


haskelltypestype-families

Read More
Can I drop the type instantiation from an instance of a class with an associated type family?...


haskelltypestype-families

Read More
working with proofs involving CmpNat and singletons in Haskell...


haskellconstraintstype-familiestype-level-computationsingleton-type

Read More
Type Family returning (a -> Type)...


haskelltype-familiestype-level-computation

Read More
BackNext