How do you define a non-generic recursive datatype in Idris?...
Read MoreMaking conclusions based on function output in idris...
Read MoreAdditional pattern matching on the second argument in `plus` for `Nat` type...
Read MoreWays to (refine? is it?) type variables to concrete types in Idris? For a dependently typed HOAS Zip...
Read MoreEquality proofs and pattern matching in total functions...
Read MoreHow to write an Idris function that accepts a Vect of length less than 3...
Read MoreProving that list has exactly two sorted elements...
Read MoreProving an index is within list bounds given (index + 1) is within bounds...
Read MoreHow to make use of information known about this function type in Coq...
Read MoreCan the compiler find proofs implicitly in Idris?...
Read MoreIs there a way to prove stuff in Idris without a model?...
Read MoreDifference between type parameters and indices?...
Read MoreType of nonzero integers in Idris?...
Read Moreprioritize functions from current module if name collision occurs...
Read Morespecify interpretation scope to interpret decimal string as Nat...
Read MoreHow 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 MoreIs it possible to abstract over kinds in Idris?...
Read MoreIdris - Type errors in dependently typed functions...
Read MoreType Checking failed when using Dependent Pair...
Read MoreHow to prove things about primitive strings?...
Read MoreIs it possible to extract the second element of Sigma on the calculus of constructions with simple i...
Read More