Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-level-computation

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->

Playing with DataKinds - Kind mis-match errors

Convert Type Level List to a Value

Getting the associated Output type of an Add implementation given LHS and RHS types

Recursive transformation between nested case classes where the fields in the target are unaligned subsets of the source class

Matching on type level Nat in GHC 7.6

Haskell singletons: What do we gain with SNat