Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-level-computation

Implicit Resolution Failure?

Are type family instance proofs possible?

How to generalize dependently sized arrays to n dimensions?

Scala Shapeless Code for Project Euler #2

When to use existential type vs. dependent pair in Haskell?

In Scala, is it possible to "curry" type parameters of a def?

What is '[] and ': in Haskell?

mapping over HList inside a function

Example of a type level function that is not a type constructor

Can Haskell's type system enforce correct ordering of data pipeline stages?

Why doesn't this code infringe the "saturation requirement of type families"?

Map Shapeless hlist type F[T1] :: ... :: F[Tn] :: HNil to the type T1 :: ... :: Tn :: HNil (type level sequencing)

Type safe lookup on heterogeneous lists in Haskell

How to work with types that change under composition?

Behavior of type level naturals in GHC 7.8

Haskell type family instance with type constraints

Is there any connection between `a :~: b` and `(a :== b) :~: True`?

What is this Haskell Syntax (type level operators?)

How to trigger a type family pattern match error in Haskell?