Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-kinds

How to get better error messages with type-families?

Mapping a Dependent Type over a List of Types

Change values to indices in a `Conkin.Traversable` without `unsafeCoerce`

Singletons, type families, and existential types for a FromJSON instance

Using a promoted data constructor as a phantom parameter

haskell data-kinds

Covering all the cases of a promoted datatype

haskell data-kinds

How to export type constructors when using DataKinds extension?

haskell types data-kinds

Typeable instance for Constraint tupling

Playing with DataKinds - Kind mis-match errors

Multiplication problem involving kind `Nat`

haskell data-kinds

Understanding this definition of HList

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

Hierarchical module name for type-level programs

Type Inference with Reflection and DataKinds

Defining custom type families over the Nat kind

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

How exactly do kind lists work?

haskell data-kinds

Functions that only work with one constructor of a type

Building values dynamically with GADTs using Data Kinds