Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-families

kind level identity in haskell

haskell type-families

Can type families evaluate to qualified types such as `C a => T`?

Infer constraints of type families from constraints of arguments

What is wrong with this closed type family in GHC2021-GHC2024 as compared to Haskell2010?

Evaluating a strongly typed computation graph with arbitrary number of dependencies per node

Compile error with type families, GADTs and named records

haskell gadt type-families

How to produce a polymorphic "unit scalar" for using with Data.VectorSpace

How to specify a type family with multiparameter injectivity?

inferring type class constraint when using associated type families

Specifying a dependent type via type family in a GADT data constructor

Writing a function (a -> b -> ... -> t) -> (Monad m => m a -> m b -> ... -> m t)

Use type synonym in type declaration mapping

haskell type-families

Is there any way to convince GHC that this (injective) type family is injective?

monads-tf: MonadReader instance for MonadState

Associated data families and overlapping instances