Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Can I write a function using DataKinds that returns a value of type encoded by the parameter?

haskell types data-kinds

Sequence over heterogeneous list in Haskell

DataKinds and type class instances

Pattern match phantom type