Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-kinds

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

What is '[] and ': in Haskell?

Deciphering DataKind type promotion in Servant library

haskell data-kinds servant

Pattern synonym can't unify types within type-level list

Reflecting Heterogeneous Promoted Types back to Values, Compositionally

Why compiler couldn't match type 'a==a' with '`True' for type family?

Using * as a primitive on Nat

haskell ghc ghci data-kinds

Data type parametrized by constant in Haskell

DataKind Unions

haskell data-kinds

Confused on DataKinds extension

haskell types data-kinds

Haskell type family applications are not evaluated

Retrieving information from DataKinds constrained existential types

Singletons in Heterogenous Lists

Constructor that lifts (via DataKinds) to * -> A

haskell data-kinds

Haskell version of yin-yang puzzle : Kind incompatibility error

haskell data-kinds