Search code examples
Using type-inequality within type-level programming in Haskell...


haskelltypesgadttype-level-computationdata-kinds

Read More
How to get the type-level values of '[String] in Haskell?...


haskelltype-level-computation

Read More
Type safe lookup on heterogeneous lists in Haskell...


haskelldependent-typetype-level-computation

Read More
Type level environment in Haskell...


haskelldependent-typetype-level-computation

Read More
Type-Level Peano Numbers and UndecidableInstances...


haskelltype-level-computation

Read More
Problems with EDSL related implementation of array subscription in Haskell...


haskelldsltype-familiestype-level-computationdata-kinds

Read More
Type level encoding of natural numbers in F#...


typesf#inlinetype-level-computation

Read More
How does haskell resolve overlapping instances?...


haskellfunctional-dependenciestype-level-computation

Read More
Is there a way to get a compile-time error if there's no matching closed type family instance?...


haskellghctype-familiestype-level-computation

Read More
Why is the Aux technique required for type-level computations?...


scalatypesshapelesstype-level-computation

Read More
Idris - Computation on types based on decidable property doesn't typecheck...


dependent-typeidristype-level-computation

Read More
Capturing and chaining types used in for comprehension...


scalatypesfor-comprehensiontype-level-computation

Read More
Arbitrary Function - Generate return type according to input...


scalashapelesstype-level-computation

Read More
How to prove double negation for type level booleans?...


haskelltype-level-computation

Read More
Type level insert and retrieve a certain value on a Map in Scala...


scalatype-level-computation

Read More
mapping over HList inside a function...


scalashapelesstype-level-computationhlist

Read More
Seeming contradiction typechecks in Idris...


proofdependent-typeidristype-level-computation

Read More
Implicit Resolution Failure?...


scalashapelesstype-level-computation

Read More
Type level definition of pipeline dependency...


scalashapelesstype-level-computation

Read More
What is this Haskell Syntax (type level operators?)...


haskellsyntaxtype-level-computation

Read More
Scala Shapeless Code for Project Euler #2...


scalashapelesstype-level-computation

Read More
Scala Shapeless Code for Project Euler #1...


scalashapelesstype-level-computation

Read More
How can I define NFData instance for recursive singleton type?...


haskelltype-familiestype-level-computation

Read More
Shapeless HList type checking...


scalashapelesstype-level-computation

Read More
Convert type-level list '[a,b,c,...] to function a->b->c->...


haskelltype-familiestype-level-computation

Read More
Fold over a heterogeneous, compile time, list...


haskelltype-level-computationhlist

Read More
Defining custom type families over the Nat kind...


haskelltype-level-computationdata-kinds

Read More
Implicit Generic.Aux missing on conversion from Shapeless HList to case class...


scalashapelesstype-level-computation

Read More
Composing type-level functions with implicit witnesses...


scalatype-systemsimplicitspath-dependent-typetype-level-computation

Read More
How to generalize dependently sized arrays to n dimensions?...


haskellghctype-level-computation

Read More
BackNext