Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-families

Row polymorphic equality of type-level lists

Why won't GHC reduce my type family?

Understanding type families

haskell type-families

Pattern match on a data family in Haskell

Mutable Hastable : Illegal type synonym family application in instance

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

Generalising class parameters

Type-level monoid-like operations for generalizing indexed monads?

Haskell functional dependency a b -> c depending on c?

Type abstraction in GHC Haskell

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

What is associated data type in haskell?

haskell types type-families

Validation at type level

Can I parameterise the empty constraint type?

enabling TypeFamilies makes the code not build anymore

haskell ghc type-families

Asserting that typeclass holds for all results of type family application

Type ambiguity in Haskell type families

Understanding type family

haskell type-families

How to solve conflicting instance in type families?

haskell type-families

Sequence over heterogeneous list in Haskell