Search code examples
Lifting an instance of an element to a type-level list instance with functionnal dependencies...


haskellfunctional-dependenciestype-familiesdata-kindstypelist

Read More
Haskell: Get the value of a DataKinds-type into a function from the type system...


haskelldata-kinds

Read More
How to type function which takes arguments of a DataKind indexed type instantiated with different in...


haskellpolymorphismgadtdata-kinds

Read More
Why doesn't GHC resolve this type family instance?...


haskelltype-familiesdata-kinds

Read More
Recursive type synonym with promoted constructors...


haskelldata-kindsrecursive-type

Read More
Constraint on function type using data kind...


haskelltypesfunctional-programmingdata-kindskotlin-sealed

Read More
Haskell equivalent of Kotlin's invariant types...


kotlinhaskellfunctional-programmingdata-kindsjenetics

Read More
Fixed size arrays in Haskell...


arrayshaskelldata-kinds

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


haskelltypesexistential-typedata-kindsforall

Read More
What is the DataKinds extension of Haskell?...


haskelltypesalgebraic-data-typesdata-kinds

Read More
Change values to indices in a `Conkin.Traversable` without `unsafeCoerce`...


haskelltraversalexistential-typedata-kinds

Read More
Haskell PolyKinds extension and type families...


haskelltypesfunctional-programmingdata-kindspolykinds

Read More
forall in a kind signature...


haskelldependent-typedata-kindssingleton-type

Read More
What is the Standalone Kind Signature for this class?...


haskelldependent-typedata-kindssingleton-type

Read More
Inhabitants of promoted type by DataKinds...


haskelldata-kinds

Read More
Using a promoted data constructor as a phantom parameter...


haskelldata-kinds

Read More
Multiplication problem involving kind `Nat`...


haskelldata-kinds

Read More
Using GADTs with DataKinds for type level data constructor constraints in functions...


haskellgadtexistential-typedata-kinds

Read More
Can I teach GHC mathematical induction?...


haskelltuplesdata-kinds

Read More
How can I automatically derive Typeable instance for DataKinds derived types?...


haskelltypesderivingdata-kinds

Read More
In which way do kinds associate in haskell?...


haskellfunctional-programmingdata-kindstype-kinds

Read More
Must I cast Nat-kinds every time?...


haskellgadtdata-kinds

Read More
Type of a heterogeneous list (HList) of values behind a type constructor...


haskelltypesdata-kinds

Read More
Using * as a primitive on Nat...


haskellghcghcidata-kinds

Read More
Type-level list of a single type level-tuple in Haskell...


haskelldata-kinds

Read More
using list types with Haskell's -XDataKinds...


haskelldata-kinds

Read More
What is '[] and ': in Haskell?...


haskelltypestype-level-computationdata-kindsheterogeneous-array

Read More
Type-safe union in Haskell?...


haskellreflectionunionsgadtdata-kinds

Read More
Haskell Squeal SQL library - Type error with MonadReader...


sqlhaskellservantdata-kinds

Read More
Pull type-level value out of dependent type/using type-level bindings at value-level...


haskelldependent-typegadtdata-kinds

Read More
BackNext