Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-kinds

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

Type-level list of a single type level-tuple in Haskell

haskell data-kinds

How to create a "kind class" in Haskell, or ad-hoc polymorphism at the type-level using type families

Couldn't match kind '*' with 'Nat'

haskell types data-kinds

Can't specify type signature in GHCI when using DataKinds

haskell data-kinds