Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-level-computation

Haskell Servant: Construct URL from API

Inspecting records whose fields' types are the result of type-level computations

Type-level Map in Rust

Selecting a type-class instance based on the context (once again)

Why can't constructors have required type arguments?

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

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