Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-level-computation

Seeming contradiction typechecks in Idris

Using type-inequality within type-level programming in Haskell

Is there a way to use a kind level class with type families?

Length indexed heterogeneous vector

Getting MirroredElemLabels from Mirror

Converting between heterogeneous lists

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?

Polymorphic functions over chains of nested tuples

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

Lower type level values to term level in Haskell