Proofs about functions that depend on the ordering of their alternatives...
Read MoreType Juggling with Existentials at Runtime...
Read MoreIs there any connection between `a :~: b` and `(a :== b) :~: True`?...
Read MoreProblems in defining an applicative instance...
Read MoreStruggling with rewrite tactic in Idris...
Read MoreIdris: arithmetics for bounded Double...
Read MoreIdris non-trivial type computation for tensor indexing...
Read MoreType safe lookup on heterogeneous lists in Haskell...
Read MoreEfficiently abstracting over datatype arity...
Read MoreType level environment in Haskell...
Read MoreInfinite (finally-periodic) HList in Haskell...
Read MoreReplacing singleton data types with a data family...
Read MoreMore problems with dependently typed programming in Haskell...
Read MoreHow to enumerate the elements of a list by `Fin`s in linear time?...
Read MoreUnderstanding `k : Nat ** 5 * k = n` Signature...
Read MoreAgda: How to infer proof of _≤_ (or, how to implement a binary search tree)...
Read MoreHow to determine all sub-dimensions of a HVect?...
Read MoreAgda: parse a string with numbers...
Read MoreScala dependent products without pointless casts...
Read MoreDo typing judgements have a kind?...
Read MoreWhy can't coq infer the that 0+n=n in this dependently typed program?...
Read MoreDoes Idris have an equivalent to Agda's `_` expressions?...
Read MoreReturning templated dependent types...
Read MoreDeclaration of dependent type as function parameter in template class...
Read MoreChoosing a typeclass on construction of a data type...
Read MoreHow can I express the type of 'takeWhile for vectors'?...
Read MoreHow Agda determines a type is impossible...
Read MoreWhy can't I define `Eq` using only indices in Agda?...
Read More