Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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