Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gadt

Using GADTs with DataKinds for type level data constructor constraints in functions

How to derive Eq for a GADT with a non-* kinded phantom type parameter

Constructors with variable number of arguments

haskell gadt type-families

Coercible and existential

Why won't GHC reduce my type family?

How can I derive typeclass instances from constraint families that are in scope?

How can I derive a Data instance for a GADT in Haskell?

haskell gadt deriving

OCaml's `type a. a t` syntax

Pattern match on a data family in Haskell

Why can't ghc match these types on this Category product?

Haskell Inaccessible code bug?

How can holes and contexts be implemented for higher-kinded types in a lens style uniplate library?

haskell gadt uniplate

Inferring general typeclass instance from a series of smaller ones?

GADTs for a DSL: swings and roundabouts?

haskell gadt

How would you abstract away the boilerplate in this pair of "similar shaped" datatypes

How to specify the type for a heterogenous collection in a GADT formulated AST?

Proper tagged AST

How can I ‘convince’ GHC that I've excluded a certain case?