How to map Type to Value in Idris/Agda/Coq?...
Read MoreIdris - Can I express that two type parameters are equal in a pattern match?...
Read MoreIdris - Type errors in dependently typed functions...
Read MoreHaskell type is too permissive: need to apply continuation at most once...
Read More`decide equality` for Mutually Recursive Types in Coq?...
Read MoreEquality of dependent types and dependent values...
Read MoreType Checking failed when using Dependent Pair...
Read MoreProve that the only zero-length vector is nil...
Read MoreFinding an implementation (of show) for an inductively defined type...
Read Moreindexed by a type vs containing a type in idris...
Read MoreDoes Haskell have kind unification?...
Read MoreEnforce different value constructors in functions signature...
Read MoreImplicit resolution of dependent types in Scala...
Read MoreDependent type involving nat addition...
Read MoreHow to pattern match multiple values in Idris/Agda/Coq?...
Read MoreTesting polynomial definition (from natural numbers to integers)...
Read MoreWhich vector library to use in coq?...
Read MoreTypeLits or Singletons: Promoting an `Integer` to `KnownNat` (`Nat`) at Runtime...
Read MoreGetting a regular List from a Type List...
Read MoreDefining the predecessor function (with pred 0 = 0) for the natural numbers in Lean...
Read MoreIdris determining result vector length...
Read MoreCan I use a notation for an Inductive type to define that type in Coq?...
Read MoreIs it possible to assign a KnownNat at runtime?...
Read MoreUsing haskell's singletons, how can I write `fromList :: [a] -> Vec a n`?...
Read More