Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-kinds

Is there any way to convince GHC that this (injective) type family is injective?

How to type function which takes arguments of a DataKind indexed type instantiated with different indices?

FromJSON instance with DataKinds

haskell aeson data-kinds

Decorating type level list with extra information from type level map

Using type-inequality within type-level programming in Haskell

Type restriction in type declaration

Generating a type annotation using DataKinds within a TH QuasiQuote

What does the `forall a -> b` syntax mean?

Extract parameters from Haskell types with `DataKinds`

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

How to use toSing from singletons library?