Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-level-computation

How can I do a type-level flip of `(,)`?

Homogenize a heterogenous list with a funtion that has a particular kind of context

Agda – difference between type args on the left and right side of the colon

Applicative instance for hypercuboid

Can I statically reject different instantiations of an existential type?

How do I check in shapeless if a type is a member of an HList?

Polymorphic functions over chains of nested tuples

Haskell cannot infer the type (or type-level Nat) equalities despite being explicitly annotated?

Shapeless Witness and how it can give the actual singleton type

How do I prove type-level list properties in haskell?

Map on HList in method with Poly1 based on type parameter of class

Problems in defining an applicative instance

How to prove the principle of explosion (ex falso sequitur quodlibet) in Scala?

Polymorphic function inside a type family

Type level encoding of natural numbers in F#

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

Matching on type level Nat in GHC 7.6

Haskell singletons: What do we gain with SNat

Lower type level values to term level in Haskell